public interface SAML2AttributeEncoder extends XMLObjectAttributeEncoder<org.opensaml.saml2.core.Attribute>
Modifier and Type | Method and Description |
---|---|
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 © 1999–2014. All rights reserved.