Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.model.basic |
Modifier and Type | Method and Description |
---|---|
User |
IdentityCache.lookupUser(Realm realm,
String loginName)
Returns the cached User object for the specified id, in the specified Realm.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentityCache.putUser(Realm realm,
User user)
Inserts the specified user into the cache, for the specified Realm.
|
Modifier and Type | Method and Description |
---|---|
static User |
BasicModel.getUser(IdentityManager identityManager,
String loginName)
Returns an
User instance with the given loginName . |
Copyright © 2015 JBoss by Red Hat. All rights reserved.