public class LocalizedStringAttributeValue extends StringAttributeValue
IdPAttribute.| Modifier and Type | Field and Description |
|---|---|
private Locale |
valueLocale
The locale of the attribute value.
|
| Constructor and Description |
|---|
LocalizedStringAttributeValue(String attributeValue,
Locale attributeValueLocale)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Locale |
getValueLocale()
Get the locale of the attribute value.
|
int |
hashCode() |
String |
toString() |
getDisplayValue, getValue, valueOfprivate final Locale valueLocale
public LocalizedStringAttributeValue(@Nonnull@NotEmpty@ParameterName(name="attributeValue") String attributeValue, @Nullable@ParameterName(name="attributeValueLocale") Locale attributeValueLocale)
attributeValue - the value of the attributeattributeValueLocale - the locale of the attribute value@Nullable public final Locale getValueLocale()
public boolean equals(@Nullable Object obj)
equals in class StringAttributeValuepublic int hashCode()
hashCode in class StringAttributeValue@Nonnull public String toString()
toString in class StringAttributeValueCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.