public class SAML1XMLObjectAttributeEncoder extends AbstractSAML1AttributeEncoder
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 |
|---|
SAML1XMLObjectAttributeEncoder()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
getNamespace, populateAttribute, setNamespacegetAttributeName, setAttributeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeName, setAttributeNameprivate final org.slf4j.Logger log
private final XMLObjectBuilder<XSAny> attributeValueBuilder
public SAML1XMLObjectAttributeEncoder()
public Attribute encode(BaseAttribute attribute) throws AttributeEncodingException
attribute - the attribute to encodeAttributeEncodingException - if unable to successfully encode attributeCopyright © 1999-2015. All Rights Reserved.