public class ScopedStringAttributeValueMapper extends AbstractSAMLAttributeValueMapper
ScopedStringAttributeValue from an AttributeValue.| Modifier and Type | Field and Description |
|---|---|
private String |
delimiter
The scope delimiter.
|
| Constructor and Description |
|---|
ScopedStringAttributeValueMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected IdPAttributeValue<?> |
decodeValue(org.opensaml.core.xml.XMLObject object) |
boolean |
equals(Object obj) |
protected String |
getAttributeTypeName() |
String |
getDelimiter()
Returns the delimiter.
|
int |
hashCode() |
void |
setDelimiter(String delim)
Sets the delimiter.
|
decodeValues, doInitialize, getLogPrefix, getStringValue, setLogPrefixdestroy, doDestroy, initialize, isDestroyed, isInitializedprivate String delimiter
public void setDelimiter(@Nonnull@NotEmpty String delim)
delim - what to set.@Nullable protected IdPAttributeValue<?> decodeValue(@Nonnull org.opensaml.core.xml.XMLObject object)
decodeValue in class AbstractSAMLAttributeValueMapper@Nonnull protected String getAttributeTypeName()
getAttributeTypeName in class AbstractSAMLAttributeValueMapperpublic boolean equals(Object obj)
equals in class AbstractSAMLAttributeValueMapperpublic int hashCode()
hashCode in class AbstractSAMLAttributeValueMapperCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.