public class SAML1NameIdentifierAttributeDefinitionFactoryBean extends BaseAttributeDefinitionFactoryBean
SAML1NameIdentifierAttributeDefinitions.| Modifier and Type | Field and Description |
|---|---|
private String |
nameIdentifierFormat
Format of the NameIdentifier.
|
private String |
nameIdentifierQualifier
Name qualifier for the NameIdentifier.
|
| Constructor and Description |
|---|
SAML1NameIdentifierAttributeDefinitionFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createInstance() |
String |
getNameIdentifierFormat()
Gets the format for the NameIdentifier used as an attribute value.
|
String |
getNameIdentifierQualifier()
Gets the NameIdentifier qualifier for the NameIdentifier used as an attribute value.
|
Class |
getObjectType() |
void |
setNameIdentifierFormat(String format)
Sets the format for the NameIdentifier used as an attribute value.
|
void |
setNameIdentifierQualifier(String qualifier)
Sets the NameIdentifier qualifier for the NameIdentifier used as an attribute value.
|
getAttributeEncoders, getDisplayDescriptions, getDisplayNames, getSourceAttributeId, isDependencyOnly, populateAttributeDefinition, setAttributeEncoders, setDependencyOnly, setDisplayDescriptions, setDisplayNames, setSourceAttributeIdgetDependencyIds, getPluginId, setDependencyIds, setPluginIdprivate String nameIdentifierFormat
private String nameIdentifierQualifier
public SAML1NameIdentifierAttributeDefinitionFactoryBean()
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic String getNameIdentifierFormat()
public void setNameIdentifierFormat(String format)
format - format for the NameIdentifier used as an attribute valuepublic String getNameIdentifierQualifier()
public void setNameIdentifierQualifier(String qualifier)
qualifier - NameIdentifier qualifier for the NameIdentifier used as an attribute valueCopyright © 1999-2015. All Rights Reserved.