| Package | Description |
|---|---|
| net.shibboleth.idp.attribute |
IdPAttributes are protocol-agnostic
units of information about some thing, usually a user. |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteAttributeValue
A
byte[] value for an IdPAttribute. |
class |
LocalizedStringAttributeValue
An optionally localized String value of an
IdPAttribute. |
class |
ScopedStringAttributeValue
An attribute value with an associated scope.
|
class |
StringAttributeValue
Base class for
IdPAttribute values that are strings. |
class |
XMLObjectAttributeValue
A
XMLObjectAttributeValue value for an IdPAttribute. |
| Modifier and Type | Field and Description |
|---|---|
private Set<IdPAttributeValue<?>> |
IdPAttribute.values
Values for this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Set<IdPAttributeValue<?>> |
IdPAttribute.getValues()
Gets the unordered, but guarded, collection of values of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdPAttribute.setValues(Collection<? extends IdPAttributeValue<?>> newValues)
Replaces the existing values for this attribute with the given values.
|
Copyright © 1999–2014. All rights reserved.