| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.event | |
| org.picketlink.idm.model | |
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
User |
IdentityManager.getUser(String loginName)
Returns an
User with the given loginName. |
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 |
UserDeletedEvent.getUser() |
User |
UserCreatedEvent.getUser() |
User |
UserUpdatedEvent.getUser() |
| Constructor and Description |
|---|
UserCreatedEvent(User user) |
UserDeletedEvent(User user) |
UserUpdatedEvent(User user) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleUser
A simple User implementation
|
| Modifier and Type | Method and Description |
|---|---|
User |
Authorization.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
Authorization.setUser(User user) |
| Constructor and Description |
|---|
Authorization(User user,
Agent application) |
| Modifier and Type | Method and Description |
|---|---|
User |
IdentityStore.getUser(SecurityContext context,
String id)
Returns the User with the specified id value.
|
Copyright © 2013. All Rights Reserved.