public abstract class AbstractSAML1AttributeEncoder extends AbstractAttributeEncoder<org.opensaml.saml1.core.Attribute> implements SAML1AttributeEncoder
Attributes.| Modifier and Type | Field and Description |
|---|---|
protected org.opensaml.common.SAMLObjectBuilder<org.opensaml.saml1.core.Attribute> |
attributeBuilder
Attribute factory.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSAML1AttributeEncoder()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Gets the attribute namespace.
|
protected void |
populateAttribute(org.opensaml.saml1.core.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 org.opensaml.common.SAMLObjectBuilder<org.opensaml.saml1.core.Attribute> attributeBuilder
protected AbstractSAML1AttributeEncoder()
public String getNamespace()
getNamespace in interface SAML1AttributeEncoderpublic void setNamespace(String newNamespace)
setNamespace in interface SAML1AttributeEncodernewNamespace - attribute namespaceprotected void populateAttribute(org.opensaml.saml1.core.Attribute attribute)
attribute - to populateCopyright © 1999–2014. All rights reserved.