public class SAML1NameIdentifierAttributeDefinitionFactoryBean extends BaseAttributeDefinitionFactoryBean
SAML1NameIdentifierAttributeDefinition
s.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, setSourceAttributeId
getDependencyIds, getPluginId, setDependencyIds, setPluginId
private String nameIdentifierFormat
private String nameIdentifierQualifier
public SAML1NameIdentifierAttributeDefinitionFactoryBean()
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
public 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-2012. All Rights Reserved.