public class SAML2StringAttributeEncoder extends AbstractSAML2AttributeEncoder
Modifier and Type | Field and Description |
---|---|
private org.slf4j.Logger |
log
Class logger.
|
private XMLObjectBuilder<XSString> |
stringBuilder
XSString factory.
|
attributeBuilder
Constructor and Description |
---|
SAML2StringAttributeEncoder()
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<XSString> stringBuilder
public Attribute encode(BaseAttribute attribute)
attribute
- the attribute to encodeCopyright © 1999-2012. All Rights Reserved.