Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.internal | |
org.picketlink.idm.jdbc.internal.model.db | |
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 |
---|---|
User |
DefaultIdentityCache.lookupUser(Realm realm,
String loginName) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultIdentityCache.putUser(Realm realm,
User user) |
Modifier and Type | Method and Description |
---|---|
User |
UserStorageUtil.loadUser(DataSource dataSource,
Map<QueryParameter,Object[]> params)
Load an
User given various parameters |
User |
UserStorageUtil.loadUser(DataSource dataSource,
String id)
Load
User given its id |
User |
UserStorageUtil.loadUserByLoginName(DataSource dataSource,
String loginName)
Load
User given the login name |
Modifier and Type | Method and Description |
---|---|
void |
UserStorageUtil.deleteUser(DataSource dataSource,
User user)
Delete
User |
List<Grant> |
RelationshipStorageUtil.loadGrantsForUser(DataSource dataSource,
User user)
|
List<GroupMembership> |
RelationshipStorageUtil.loadGroupMembershipsForUser(DataSource dataSource,
User user)
Load
GroupMembership for an User |
void |
UserStorageUtil.storeUser(DataSource dataSource,
User user)
Store a new
User |
void |
UserStorageUtil.updateUser(DataSource dataSource,
User user)
Update the stored
User |
Modifier and Type | Method and Description |
---|---|
static User |
BasicModel.getUser(IdentityManager identityManager,
String loginName)
Returns an
User instance with the given loginName . |
Copyright © 2018. All rights reserved.