| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
Realm |
IdentityManager.getRealm(String name)
Retrieves a
Realm with the given name. |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityManager.createRealm(Realm realm)
Creates a
Realm. |
IdentityManager |
IdentityManager.forRealm(Realm realm)
Returns a contextual
IdentityManager for the given Realm. |
Agent |
DefaultIdentityCache.lookupAgent(Realm realm,
String loginName) |
Agent |
IdentityCache.lookupAgent(Realm realm,
String loginName)
Returns the cached
Agent object for the specified id, in the specified Realm. |
User |
DefaultIdentityCache.lookupUser(Realm realm,
String loginName) |
User |
IdentityCache.lookupUser(Realm realm,
String loginName)
Returns the cached User object for the specified id, in the specified Realm.
|
void |
DefaultIdentityCache.putAgent(Realm realm,
Agent agent) |
void |
IdentityCache.putAgent(Realm realm,
Agent agent)
Inserts the specified
Agent into the cache, within the specified Partition. |
void |
DefaultIdentityCache.putUser(Realm realm,
User user) |
void |
IdentityCache.putUser(Realm realm,
User user)
Inserts the specified user into the cache, for the specified Realm.
|
void |
IdentityManager.removeRealm(Realm realm)
Removes a
Realm. |
| Modifier and Type | Method and Description |
|---|---|
Realm |
IdentityStoreInvocationContext.getRealm()
Return the active Realm for this context
|
Realm |
PartitionStore.getRealm(String realmName) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityStoreInvocationContext.setRealm(Realm realm)
Sets the active Realm for this context
|
Copyright © 2013. All Rights Reserved.