Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.callback
Class IdentityStoreCallback

java.lang.Object
  extended by oracle.security.jps.callback.IdentityStoreCallback

All Implemented Interfaces:
javax.security.auth.callback.Callback, JpsCallback

public class IdentityStoreCallback
extends java.lang.Object
implements JpsCallback
Since:
release specific (what release of product did this appear in)
Version:
$Header: IdentityStoreCallback.java 06-dec-2007.13:05:50 dhgoswam Exp $
Author:
rkng

Constructor Summary
IdentityStoreCallback()
          Default constructor creates the empty callback object
IdentityStoreCallback(IdentityStoreService idStoreService)
          This constructor creates the callback with the given identity store service defined by IdentityStoreService.class

 

Method Summary
 JpsCallbackType getCallbackType()
          Returns the type of this callback defined by JpsCallbackType
 IdentityStoreService getIdentityStore()
          Returns the identity store service defined by IdentityStoreService.class
 void setIdentityStore(IdentityStoreService idStoreService)
          Sets the identity store service defined by IdentityStoreService.class

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IdentityStoreCallback

public IdentityStoreCallback()
Default constructor creates the empty callback object

IdentityStoreCallback

public IdentityStoreCallback(IdentityStoreService idStoreService)
This constructor creates the callback with the given identity store service defined by IdentityStoreService.class
Parameters:
idStoreService - - identity store service defined by IdentityStoreService.class

Method Detail

setIdentityStore

public void setIdentityStore(IdentityStoreService idStoreService)
Sets the identity store service defined by IdentityStoreService.class
Parameters:
idStoreService - - identity store service defined by IdentityStoreService.class

getIdentityStore

public IdentityStoreService getIdentityStore()
Returns the identity store service defined by IdentityStoreService.class
Returns:
identity store service defined by IdentityStoreService.class

getCallbackType

public JpsCallbackType getCallbackType()
Returns the type of this callback defined by JpsCallbackType
Specified by:
getCallbackType in interface JpsCallback
Returns:
- the type of this callback defined by JpsCallbackType

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.