| Package | Description |
|---|---|
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
IdentityStoreInvocationContext |
IdentityStoreInvocationContextFactory.createContext(IdentityManager identityManager) |
IdentityStoreInvocationContext |
IdentityStore.getContext()
Returns the current context for this IdentityStore instance
|
| Modifier and Type | Method and Description |
|---|---|
IdentityStore |
StoreFactory.createIdentityStore(IdentityStoreConfiguration config,
IdentityStoreInvocationContext context)
Creates an instance of an IdentityStore using the provided configuration
|
void |
IdentityStoreInvocationContextFactory.initContextForStore(IdentityStoreInvocationContext ctx,
IdentityStore<?> store) |
void |
IdentityStore.setup(T config,
IdentityStoreInvocationContext context)
Sets the configuration and context in which the IdentityStore will execute its operations
|
Copyright © 2013. All Rights Reserved.