ValueType - the type of valuepublic interface IdPAttributeValue<ValueType>
IdPAttribute. This interface provides an explicit method for getting the value of
an attribute as opposed to any other data that may be associated with the value, as well as a displayable value.
Implementations of this interface MUST implement an appropriate Object.equals(Object) and
Object.hashCode() method. They should also implement Object.toString() such that useful
representations may be written out in log messages.
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayValue()
Get a displayable form of the value for user interfaces and similar purposes.
|
ValueType |
getValue()
Get the value of this attribute.
|
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.