public abstract class AbstractSAML1AttributeEncoder extends AbstractAttributeEncoder<Attribute> implements SAML1AttributeEncoder
Attributes.| Modifier and Type | Field and Description |
|---|---|
protected SAMLObjectBuilder<Attribute> |
attributeBuilder
Attribute factory.
|
private String |
namespace
Namespace of attribute.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSAML1AttributeEncoder()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Gets the attribute namespace.
|
protected void |
populateAttribute(Attribute attribute)
Populates the attribute with attribute name and namespace.
|
void |
setNamespace(String newNamespace)
Sets the attribute namespace.
|
getAttributeName, setAttributeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencode, getAttributeName, setAttributeNameprotected final SAMLObjectBuilder<Attribute> attributeBuilder
private String namespace
protected AbstractSAML1AttributeEncoder()
public String getNamespace()
getNamespace in interface SAML1AttributeEncoderpublic void setNamespace(String newNamespace)
setNamespace in interface SAML1AttributeEncodernewNamespace - attribute namespaceprotected void populateAttribute(Attribute attribute)
attribute - to populateCopyright © 1999-2015. All Rights Reserved.