public interface SAML2AttributeEncoder extends XMLObjectAttributeEncoder<Attribute>
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getFriendlyName()
Gets the human friendly name of the attribute.
|
String |
getNameFormat()
Gets the attribute's name format.
|
void |
setFriendlyName(String name)
Sets the human friendly name of the attribute.
|
void |
setNameFormat(String format)
Sets the attribute's name format.
|
encode, getAttributeName, setAttributeName
String getNameFormat()
void setNameFormat(String format)
format
- attribute's name formatString getFriendlyName()
void setFriendlyName(String name)
name
- human friendly name of the attributeCopyright © 2012. All Rights Reserved.