|
||||||||||
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.relyingparty.saml.AbstractSAMLProfileConfigurationFactoryBean
edu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAML1ProfileConfigurationFactoryBean
abstract class AbstractSAML1ProfileConfigurationFactoryBean
Base Spring factory bean for SAML 1 profile configurations.
Field Summary | |
---|---|
private SAML1AttributeAuthority |
attributeAuthority
Attribute authority for the profile configuration. |
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
AbstractSAML1ProfileConfigurationFactoryBean()
|
Method Summary | |
---|---|
SAML1AttributeAuthority |
getAttributeAuthority()
Gets the attribute authority for the profile configuration. |
protected void |
populateBean(AbstractSAML1ProfileConfiguration configuration)
Populates the given profile configuration with standard information. |
void |
setAttributeAuthority(SAML1AttributeAuthority authority)
Sets the attribute authority for the profile configuration. |
Methods inherited from class edu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAMLProfileConfigurationFactoryBean |
---|
getAssertionLifetime, getAudiences, getOutboundArtifactType, getProfileSecurityPolicy, getSignAssertions, getSigningCredential, getSignRequests, getSignResposnes, populateBean, setAssertionLifetime, setAudiences, setOutboundArtifactType, setProfileSecurityPolicy, setSignAssertions, setSigningCredential, setSignRequests, setSignResponses |
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
afterPropertiesSet, createInstance, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, getObjectType, 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 SAML1AttributeAuthority attributeAuthority
Constructor Detail |
---|
AbstractSAML1ProfileConfigurationFactoryBean()
Method Detail |
---|
public SAML1AttributeAuthority getAttributeAuthority()
public void setAttributeAuthority(SAML1AttributeAuthority authority)
authority
- attribute authority for the profile configurationprotected void populateBean(AbstractSAML1ProfileConfiguration configuration)
configuration
- configuration to populate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |