public class XMLObjectAttributeValueMapper extends AbstractSAMLAttributeValueMapper
XMLObject into XMLObjectAttributeValue.| Modifier and Type | Field and Description |
|---|---|
private boolean |
includeAttributeValue
Do we treat the entire AttributeValue as the object to be embedded.
|
private org.slf4j.Logger |
log
logger .
|
| Constructor and Description |
|---|
XMLObjectAttributeValueMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected IdPAttributeValue |
decodeValue(org.opensaml.core.xml.XMLObject object) |
boolean |
equals(Object obj) |
protected String |
getAttributeTypeName() |
int |
hashCode() |
boolean |
isIncludeAttributeValue()
Do we include the attribute value, or just its first child?
|
void |
setIncludeAttributeValue(boolean doInclude)
Sets whether we look at the AttributeValue, or just its child.
|
decodeValues, doInitialize, getLogPrefix, getStringValue, setLogPrefixdestroy, doDestroy, initialize, isDestroyed, isInitializedprivate org.slf4j.Logger log
private boolean includeAttributeValue
public boolean isIncludeAttributeValue()
public void setIncludeAttributeValue(boolean doInclude)
doInclude - The includeAttributeValue 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.