public class SAML1Base64AttributeEncoder extends AbstractSAML1AttributeEncoder
BaseAttributes with values of type byte[].| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Class logger.
|
private XMLObjectBuilder<XSString> |
stringBuilder
XSString factory.
|
attributeBuilder| Constructor and Description |
|---|
SAML1Base64AttributeEncoder()
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<XSString> stringBuilder
public Attribute encode(BaseAttribute attribute)
attribute - the attribute to encodeCopyright © 1999-2015. All Rights Reserved.