public abstract class AbstractSAML1AttributeEncoder extends AbstractAttributeEncoder<Attribute> implements SAML1AttributeEncoder
Attribute
s.修飾子とタイプ | フィールドと説明 |
---|---|
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, setAttributeName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encode, getAttributeName, setAttributeName
protected final SAMLObjectBuilder<Attribute> attributeBuilder
public String getNamespace()
getNamespace
インタフェース内 SAML1AttributeEncoder
public void setNamespace(String newNamespace)
setNamespace
インタフェース内 SAML1AttributeEncoder
newNamespace
- attribute namespaceprotected void populateAttribute(Attribute attribute)
attribute
- to populateCopyright © 2012. All Rights Reserved.