public class StringAttributeValue extends Object implements IdPAttributeValue<String>
IdPAttribute values that are strings.| Modifier and Type | Field and Description |
|---|---|
private String |
value
The attribute value.
|
| Constructor and Description |
|---|
StringAttributeValue(String attributeValue)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getValue()
Get the attribute value.
|
int |
hashCode() |
String |
toString() |
@Nonnull @NotEmpty public final String getValue()
getValue in interface IdPAttributeValue<String>Copyright © 1999–2014. All rights reserved.