public class IdentityStoreCallback extends java.lang.Object implements JpsCallback
| Constructor and Description |
|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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 |
public IdentityStoreCallback()
public IdentityStoreCallback(IdentityStoreService idStoreService)
IdentityStoreService.classidStoreService - - identity store service defined by IdentityStoreService.classpublic void setIdentityStore(IdentityStoreService idStoreService)
IdentityStoreService.classidStoreService - - identity store service defined by IdentityStoreService.classpublic IdentityStoreService getIdentityStore()
IdentityStoreService.classIdentityStoreService.classpublic JpsCallbackType getCallbackType()
JpsCallbackTypegetCallbackType in interface JpsCallbackJpsCallbackType