| 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 EmptyAttributeValue.EmptyType |
EmptyAttributeValue.value
Value of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
EmptyAttributeValue.EmptyType |
EmptyAttributeValue.getValue()
Get the value of this attribute.
|
static EmptyAttributeValue.EmptyType |
EmptyAttributeValue.EmptyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmptyAttributeValue.EmptyType[] |
EmptyAttributeValue.EmptyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EmptyAttributeValue(EmptyAttributeValue.EmptyType attributeValue)
Constructor.
|
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.