| Package | Description |
|---|---|
| net.shibboleth.idp.attribute |
IdPAttributes are protocol-agnostic
units of information about some thing, usually a user. |
| net.shibboleth.idp.attribute.context |
Context to do with Attribute Manipulation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdPRequestedAttribute
IdP Representation of the SAML2 RequestedAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
IdPAttribute |
IdPAttribute.clone()
Clones an attribute.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IdPAttribute.compareTo(IdPAttribute other) |
EncodedType |
AttributeEncoder.encode(IdPAttribute attribute)
Encode the supplied attribute into a protocol specific representation.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,IdPAttribute> |
AttributeContext.attributes
The attributes tracked by this context.
|
private Map<String,IdPAttribute> |
AttributeContext.unfilteredAttributes
The attributes tracked by this context prior to filtering.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,IdPAttribute> |
AttributeContext.getIdPAttributes()
Gets the map of attributes, indexed by attribute ID, tracked by this context.
|
Map<String,IdPAttribute> |
AttributeContext.getUnfilteredIdPAttributes()
Gets the map of unfiltered attributes, indexed by attribute ID, tracked by this context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeContext.setIdPAttributes(Collection<IdPAttribute> newAttributes)
Sets the attributes tracked by this context.
|
void |
AttributeContext.setUnfilteredIdPAttributes(Collection<IdPAttribute> newAttributes)
Sets the unfiltered attributes tracked by this context.
|
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.