public class SAML2XMLObjectAttributeEncoder extends AbstractSAML2AttributeEncoder
XMLObject
as the value for attribute values.Modifier and Type | Field and Description |
---|---|
private XMLObjectBuilder<XSAny> |
attributeValueBuilder
Builder of AttributeValue XMLObjects.
|
private org.slf4j.Logger |
log
Class logger.
|
attributeBuilder
Constructor and Description |
---|
SAML2XMLObjectAttributeEncoder()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
getFriendlyName, getNameFormat, populateAttribute, setFriendlyName, setNameFormat
getAttributeName, setAttributeName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributeName, setAttributeName
private final org.slf4j.Logger log
private final XMLObjectBuilder<XSAny> attributeValueBuilder
public SAML2XMLObjectAttributeEncoder()
public Attribute encode(BaseAttribute attribute) throws AttributeEncodingException
attribute
- the attribute to encodeAttributeEncodingException
- if unable to successfully encode attributeCopyright © 1999-2012. All Rights Reserved.