@ThreadSafe public class ScopedStringAttributeValue extends StringAttributeValue
| Modifier and Type | Field and Description |
|---|---|
private String |
scope
Scope of the attribute value.
|
| Constructor and Description |
|---|
ScopedStringAttributeValue(String attributeValue,
String valueScope)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDisplayValue()
Get a displayable form of the value for user interfaces and similar purposes.
|
String |
getScope()
Get the scope of the value.
|
int |
hashCode() |
String |
toString() |
getValueprivate final String scope
@Nonnull @NotEmpty public final String getScope()
@Nonnull @NotEmpty public String getDisplayValue()
getDisplayValue in interface IdPAttributeValue<String>getDisplayValue in class StringAttributeValuepublic boolean equals(@Nullable Object obj)
equals in class StringAttributeValuepublic int hashCode()
hashCode in class StringAttributeValue@Nonnull @NotEmpty public String toString()
toString in class StringAttributeValueCopyright © 1999–2014. All rights reserved.