public class SAML1NameIdentifierAttributeDefinitionFactoryBean extends BaseAttributeDefinitionFactoryBean
SAML1NameIdentifierAttributeDefinition
s.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
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–2014. All rights reserved.