Package | Description |
---|---|
org.picketlink.idm |
Modifier and Type | Method and Description |
---|---|
Agent |
IdentityCache.lookupAgent(Realm realm,
String loginName)
Returns the cached
Agent object for the specified id, in the specified Realm. |
User |
IdentityCache.lookupUser(Realm realm,
String loginName)
Returns the cached User object for the specified id, in the specified Realm.
|
void |
IDMLog_$logger.partitionUndefinedForTypeUsingDefault(IdentityType identityType,
IdentityStore identityStore,
Realm defaultPartition) |
void |
IDMLog.partitionUndefinedForTypeUsingDefault(IdentityType identityType,
IdentityStore identityStore,
Realm defaultPartition) |
void |
IdentityCache.putAgent(Realm realm,
Agent agent)
Inserts the specified
Agent into the cache, within the specified Partition. |
void |
IdentityCache.putUser(Realm realm,
User user)
Inserts the specified user into the cache, for the specified Realm.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.