public abstract class AbstractSAML1AttributeEncoder extends AbstractAttributeEncoder<org.opensaml.saml1.core.Attribute> implements SAML1AttributeEncoder
Attribute
s.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, setAttributeName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encode, getAttributeName, setAttributeName
protected final org.opensaml.common.SAMLObjectBuilder<org.opensaml.saml1.core.Attribute> attributeBuilder
protected AbstractSAML1AttributeEncoder()
public String getNamespace()
getNamespace
in interface SAML1AttributeEncoder
public void setNamespace(String newNamespace)
setNamespace
in interface SAML1AttributeEncoder
newNamespace
- attribute namespaceprotected void populateAttribute(org.opensaml.saml1.core.Attribute attribute)
attribute
- to populateCopyright © 1999–2014. All rights reserved.