| Package | Description |
|---|---|
| net.shibboleth.idp.attribute |
IdPAttributes are protocol-agnostic
units of information about some thing, usually a user. |
| Modifier and Type | Field and Description |
|---|---|
private Set<AttributeEncoder<?>> |
IdPAttribute.encoders
Encoders that may be used to encode this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AttributeEncoder<?>> |
IdPAttribute.getEncoders()
Gets the list of attribute encoders usable with this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdPAttribute.setEncoders(Collection<AttributeEncoder<?>> newEncoders)
Replaces the existing encoders for this attribute with the given encoders.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.