public abstract class AbstractSAML2AttributeEncoder extends AbstractAttributeEncoder<Attribute> implements SAML2AttributeEncoder
Attributes.| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected SAMLObjectBuilder<Attribute> |
attributeBuilder
Builder for SAML 2 attribute XMLObjects.
|
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
AbstractSAML2AttributeEncoder()
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getFriendlyName()
Gets the human friendly name of the attribute.
|
String |
getNameFormat()
Gets the attribute's name format.
|
protected void |
populateAttribute(Attribute attribute)
Populates the attribute with attribute name, name format, and friendly name information.
|
void |
setFriendlyName(String name)
Sets the human friendly name of the attribute.
|
void |
setNameFormat(String newFormat)
Sets the attribute's name format.
|
getAttributeName, setAttributeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencode, getAttributeName, setAttributeNameprotected final SAMLObjectBuilder<Attribute> attributeBuilder
public String getNameFormat()
getNameFormat インタフェース内 SAML2AttributeEncoderpublic String getFriendlyName()
getFriendlyName インタフェース内 SAML2AttributeEncoderpublic void setNameFormat(String newFormat)
setNameFormat インタフェース内 SAML2AttributeEncodernewFormat - attribute's name formatpublic void setFriendlyName(String name)
setFriendlyName インタフェース内 SAML2AttributeEncodername - human friendly name of the attributeprotected void populateAttribute(Attribute attribute)
attribute - to populateCopyright © 2012. All Rights Reserved.