|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.beans.factory.config.AbstractFactoryBean
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.AbstractResolutionPluginFactoryBean
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.BaseAttributeDefinitionFactoryBean
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.SAML2NameIDAttributeDefinitionFactoryBean
public class SAML2NameIDAttributeDefinitionFactoryBean
Factory bean for creating SAML2NameIDAttributeDefinition
s.
Field Summary | |
---|---|
private String |
nameIdFormat
Format of the NameID. |
private String |
nameIdQualifier
NameQualifier for the NameID. |
private String |
nameIdSPQualifier
SPNameQualifier for the NameID. |
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
SAML2NameIDAttributeDefinitionFactoryBean()
|
Method Summary | |
---|---|
protected Object |
createInstance()
|
String |
getNameIdFormat()
Gets the format for the NameID used as an attribute value. |
String |
getNameIdQualifier()
Gets the NameQualifier for the NameID used as an attribute value. |
String |
getNameIdSPQualifier()
Gets the SPNameQualifier for the NameID used as an attribute value. |
Class |
getObjectType()
|
void |
setNameIdFormat(String format)
Sets the format for the NameID used as an attribute value. |
void |
setNameIdQualifier(String qualifier)
Sets the NameQualifier for the NameID used as an attribute value. |
void |
setNameIdSPQualifier(String qualifier)
Sets the SPNameQualifier for the NameID used as an attribute value. |
Methods inherited from class edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.BaseAttributeDefinitionFactoryBean |
---|
getAttributeEncoders, getDisplayDescriptions, getDisplayNames, getSourceAttributeId, isDependencyOnly, populateAttributeDefinition, setAttributeEncoders, setDependencyOnly, setDisplayDescriptions, setDisplayNames, setSourceAttributeId |
Methods inherited from class edu.internet2.middleware.shibboleth.common.config.attribute.resolver.AbstractResolutionPluginFactoryBean |
---|
getDependencyIds, getPluginId, setDependencyIds, setPluginId |
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String nameIdFormat
private String nameIdQualifier
private String nameIdSPQualifier
Constructor Detail |
---|
public SAML2NameIDAttributeDefinitionFactoryBean()
Method Detail |
---|
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
public String getNameIdFormat()
public void setNameIdFormat(String format)
format
- format for the NameID used as an attribute valuepublic String getNameIdQualifier()
public void setNameIdQualifier(String qualifier)
qualifier
- NameQualifier for the NameID used as an attribute valuepublic String getNameIdSPQualifier()
public void setNameIdSPQualifier(String qualifier)
qualifier
- SPNameQualifier for the NameID used as an attribute valueprotected Object createInstance() throws Exception
createInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |