@Configuration(value="samlIdPConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class SamlIdPConfiguration
extends java.lang.Object
SamlIdPConfiguration.| Constructor and Description |
|---|
SamlIdPConfiguration() |
@Bean public org.apereo.cas.logout.SingleLogoutServiceLogoutUrlBuilder singleLogoutServiceLogoutUrlBuilder()
@ConditionalOnMissingBean(name="samlProfileSamlResponseBuilder") @Bean @RefreshScope public SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.Response> samlProfileSamlResponseBuilder()
@ConditionalOnMissingBean(name="samlArtifactTicketFactory") @Bean @RefreshScope public SamlArtifactTicketFactory samlArtifactTicketFactory()
@ConditionalOnMissingBean(name="samlArtifactTicketExpirationPolicy") @Bean public org.apereo.cas.ticket.ExpirationPolicy samlArtifactTicketExpirationPolicy()
@Bean(initMethod="initialize",
destroyMethod="destroy")
@RefreshScope
public org.opensaml.saml.common.binding.artifact.SAMLArtifactMap samlArtifactMap()
@ConditionalOnMissingBean(name="samlProfileSamlSubjectBuilder") @Bean @RefreshScope public SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.Subject> samlProfileSamlSubjectBuilder()
@ConditionalOnMissingBean(name="samlProfileSamlSoap11FaultResponseBuilder") @Bean @RefreshScope public SamlProfileObjectBuilder<org.opensaml.saml.saml2.ecp.Response> samlProfileSamlSoap11FaultResponseBuilder()
@ConditionalOnMissingBean(name="samlProfileSamlSoap11ResponseBuilder") @Bean @RefreshScope public SamlProfileObjectBuilder<org.opensaml.saml.saml2.ecp.Response> samlProfileSamlSoap11ResponseBuilder()
@ConditionalOnMissingBean(name="samlProfileSamlArtifactFaultResponseBuilder") @Bean @RefreshScope public SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.Response> samlProfileSamlArtifactFaultResponseBuilder()
@ConditionalOnMissingBean(name="samlProfileSamlArtifactResponseBuilder") @Bean @RefreshScope public SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.Response> samlProfileSamlArtifactResponseBuilder()
@ConditionalOnMissingBean(name="samlProfileSamlNameIdBuilder") @Bean @RefreshScope public SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.NameID> samlProfileSamlNameIdBuilder()
@ConditionalOnMissingBean(name="samlProfileSamlConditionsBuilder") @Bean @RefreshScope public SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.Conditions> samlProfileSamlConditionsBuilder()
@ConditionalOnMissingBean(name="defaultAuthnContextClassRefBuilder") @Bean @RefreshScope public AuthnContextClassRefBuilder defaultAuthnContextClassRefBuilder()
@ConditionalOnMissingBean(name="samlProfileSamlAssertionBuilder") @Bean @RefreshScope public SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.Assertion> samlProfileSamlAssertionBuilder()
@ConditionalOnMissingBean(name="samlProfileSamlAuthNStatementBuilder") @Bean @RefreshScope public SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.AuthnStatement> samlProfileSamlAuthNStatementBuilder()
@ConditionalOnMissingBean(name="samlProfileSamlAttributeStatementBuilder") @Bean @RefreshScope public SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.AttributeStatement> samlProfileSamlAttributeStatementBuilder()
@ConditionalOnMissingBean(name="samlObjectEncrypter") @Bean @RefreshScope public SamlObjectEncrypter samlObjectEncrypter()
@ConditionalOnMissingBean(name="samlObjectSigner") @Bean @RefreshScope public BaseSamlObjectSigner samlObjectSigner()
@ConditionalOnMissingBean(name="samlProfileSamlAttributeQueryFaultResponseBuilder") @Bean @RefreshScope public SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.Response> samlProfileSamlAttributeQueryFaultResponseBuilder()
@ConditionalOnMissingBean(name="samlProfileSamlAttributeQueryResponseBuilder") @Bean @RefreshScope public SamlProfileObjectBuilder<org.opensaml.saml.saml2.core.Response> samlProfileSamlAttributeQueryResponseBuilder()
@ConditionalOnMissingBean(name="samlAttributeQueryTicketFactory") @Bean @RefreshScope public SamlAttributeQueryTicketFactory samlAttributeQueryTicketFactory()
@ConditionalOnMissingBean(name="samlAttributeQueryTicketExpirationPolicy") @Bean public org.apereo.cas.ticket.ExpirationPolicy samlAttributeQueryTicketExpirationPolicy()