public abstract class AbstractSAML1AttributeEncoder extends AbstractAttributeEncoder<Attribute> implements SAML1AttributeEncoder
Attributes.| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected SAMLObjectBuilder<Attribute> |
attributeBuilder
Attribute factory.
|
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
AbstractSAML1AttributeEncoder()
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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
public String getNamespace()
getNamespace インタフェース内 SAML1AttributeEncoderpublic void setNamespace(String newNamespace)
setNamespace インタフェース内 SAML1AttributeEncodernewNamespace - attribute namespaceprotected void populateAttribute(Attribute attribute)
attribute - to populateCopyright © 2012. All Rights Reserved.