| Package | Description |
|---|---|
| net.shibboleth.idp.attribute.consent | |
| net.shibboleth.idp.attribute.consent.storage |
| Modifier and Type | Method and Description |
|---|---|
private User |
ConsentEngineImpl.createUser(String userId,
String relyingPartyId)
Creates a user and attaches her the already given attribute release consents for a specific relying party.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
ConsentEngineImpl.showAttributeReleaseView(ConsentContext consentContext,
User user,
String relyingPartyId,
Collection<net.shibboleth.idp.attribute.IdPAttribute> attributes)
Forwards to the attribute release view.
|
| Modifier and Type | Field and Description |
|---|---|
private ConcurrentMap<String,User> |
CacheStorage.userPartition
The user partition.
|
| Modifier and Type | Method and Description |
|---|---|
User |
JDBCStorage.UserMapper.mapRow(ResultSet rs,
int rowNum) |
User |
Storage.readUser(String userId)
Reads a user from the storage.
|
User |
JDBCStorage.readUser(String userId)
Reads a user from the storage.
|
User |
CacheStorage.readUser(String userId)
Reads a user from the storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Storage.createUser(User user)
Creates a user.
|
void |
JDBCStorage.createUser(User user)
Creates a user.
|
void |
CacheStorage.createUser(User user)
Creates a user.
|
void |
Storage.updateUser(User user)
Updates a user.
|
void |
JDBCStorage.updateUser(User user)
Updates a user.
|
void |
CacheStorage.updateUser(User user)
Updates a user.
|
Copyright © 1999–2014. All rights reserved.