| Package | Description |
|---|---|
| net.shibboleth.idp.attribute.consent | |
| net.shibboleth.idp.attribute.consent.storage |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Collection<AttributeRelease>> |
User.releases
A map of attribute releases.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<AttributeRelease> |
AttributeRelease.createAttributeReleases(Collection<net.shibboleth.idp.attribute.IdPAttribute> attributes,
DateTime date)
Creates a collection of @see AttributeRelease.
|
Collection<AttributeRelease> |
User.getAttributeReleases(String relyingPartyId)
Gets the attribute releases for a specific relying party.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setAttributeReleases(String relyingPartyId,
Collection<AttributeRelease> attributeReleases)
Sets the attribute releases for a specific relying party.
|
| Modifier and Type | Field and Description |
|---|---|
private ConcurrentMap<String,ConcurrentMap<String,ConcurrentMap<String,AttributeRelease>>> |
CacheStorage.attributeReleasePartition
The attribute release partition.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeRelease |
JDBCStorage.AttributeReleaseMapper.mapRow(ResultSet rs,
int rowNum) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AttributeRelease> |
Storage.readAttributeReleases(String userId,
String relyingPartyId)
Reads the attribute releases from the storage for a specific user and relying party.
|
Collection<AttributeRelease> |
JDBCStorage.readAttributeReleases(String userId,
String relyingPartyId)
Reads the attribute releases from the storage for a specific user and relying party.
|
Collection<AttributeRelease> |
CacheStorage.readAttributeReleases(String userId,
String relyingPartyId)
Reads the attribute releases from the storage for a specific user and relying party.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Storage.createAttributeRelease(String userId,
String relyingPartyId,
AttributeRelease attributeRelease)
Creates an attribute releases for a specific user and relying party.
|
void |
JDBCStorage.createAttributeRelease(String userId,
String relyingPartyId,
AttributeRelease attributeRelease)
Creates an attribute releases for a specific user and relying party.
|
void |
CacheStorage.createAttributeRelease(String userId,
String relyingPartyId,
AttributeRelease attributeRelease)
Creates an attribute releases for a specific user and relying party.
|
void |
Storage.updateAttributeRelease(String userId,
String relyingPartyId,
AttributeRelease attributeRelease)
Updates the attribute releases for a specific user and relying party.
|
void |
JDBCStorage.updateAttributeRelease(String userId,
String relyingPartyId,
AttributeRelease attributeRelease)
Updates the attribute releases for a specific user and relying party.
|
void |
CacheStorage.updateAttributeRelease(String userId,
String relyingPartyId,
AttributeRelease attributeRelease)
Updates the attribute releases for a specific user and relying party.
|
Copyright © 1999–2014. All rights reserved.