Class SamlIdPEndpointsConfiguration.SamlIdPEndpointControllersConfiguration

java.lang.Object
org.apereo.cas.config.SamlIdPEndpointsConfiguration.SamlIdPEndpointControllersConfiguration
Enclosing class:
SamlIdPEndpointsConfiguration

@Configuration(value="SamlIdPEndpointControllersConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class SamlIdPEndpointsConfiguration.SamlIdPEndpointControllersConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.support.saml.web.idp.profile.ecp.ECPSamlIdPProfileHandlerController
    ecpProfileHandlerController(org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext, org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileObjectBuilder<org.opensaml.soap.soap11.Envelope> samlProfileSamlSoap11FaultResponseBuilder, org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileObjectBuilder<org.opensaml.soap.soap11.Envelope> samlProfileSamlSoap11ResponseBuilder)
     
    org.apereo.cas.support.saml.web.idp.profile.SamlIdPInitiatedProfileHandlerController
    idpInitiatedSamlProfileHandlerController(org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext, org.apereo.cas.support.saml.web.idp.profile.builders.enc.validate.SamlObjectSignatureValidator samlObjectSignatureValidator)
     
    org.apereo.cas.support.saml.web.idp.profile.artifact.SamlIdPSaml1ArtifactResolutionProfileHandlerController
    saml1ArtifactResolutionController(org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext, org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileObjectBuilder<org.opensaml.soap.soap11.Envelope> samlProfileSamlArtifactFaultResponseBuilder, org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileObjectBuilder<org.opensaml.soap.soap11.Envelope> samlProfileSamlArtifactResponseBuilder)
     
    org.apereo.cas.support.saml.web.idp.profile.query.SamlIdPSaml2AttributeQueryProfileHandlerController
    saml2AttributeQueryProfileHandlerController(org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext, org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileObjectBuilder<org.opensaml.soap.soap11.Envelope> samlProfileSamlAttributeQueryResponseBuilder)
     
    org.apereo.cas.support.saml.web.idp.profile.slo.SLOSamlIdPPostProfileHandlerController
    sloPostProfileHandlerController(org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext, org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMap sloPostProfileHandlerDecoders)
     
    org.apereo.cas.support.saml.web.idp.profile.slo.SLOSamlIdPRedirectProfileHandlerController
    sloRedirectProfileHandlerController(org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext, org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMap sloRedirectProfileHandlerDecoders)
     
    org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlIdPProfileCallbackHandlerController
    ssoPostProfileCallbackHandlerController(org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext)
     
    org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlIdPPostProfileHandlerController
    ssoPostProfileHandlerController(org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext)
     
    org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlIdPPostSimpleSignProfileHandlerController
    ssoPostSimpleSignProfileHandlerController(org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext, org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMap ssoPostSimpleSignProfileHandlerDecoders)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SamlIdPEndpointControllersConfiguration

      public SamlIdPEndpointControllersConfiguration()
  • Method Details

    • ssoPostProfileHandlerController

      @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlIdPPostProfileHandlerController ssoPostProfileHandlerController(@Qualifier("samlProfileHandlerConfigurationContext") org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext)
    • ssoPostSimpleSignProfileHandlerController

      @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlIdPPostSimpleSignProfileHandlerController ssoPostSimpleSignProfileHandlerController(@Qualifier("samlProfileHandlerConfigurationContext") org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext, @Qualifier("ssoPostSimpleSignProfileHandlerDecoders") org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMap ssoPostSimpleSignProfileHandlerDecoders)
    • sloRedirectProfileHandlerController

      @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.slo.SLOSamlIdPRedirectProfileHandlerController sloRedirectProfileHandlerController(@Qualifier("samlProfileHandlerConfigurationContext") org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext, @Qualifier("sloRedirectProfileHandlerDecoders") org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMap sloRedirectProfileHandlerDecoders)
    • sloPostProfileHandlerController

      @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.slo.SLOSamlIdPPostProfileHandlerController sloPostProfileHandlerController(@Qualifier("samlProfileHandlerConfigurationContext") org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext, @Qualifier("sloPostProfileHandlerDecoders") org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMap sloPostProfileHandlerDecoders)
    • idpInitiatedSamlProfileHandlerController

      @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.SamlIdPInitiatedProfileHandlerController idpInitiatedSamlProfileHandlerController(@Qualifier("samlProfileHandlerConfigurationContext") org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext, @Qualifier("samlIdPObjectSignatureValidator") org.apereo.cas.support.saml.web.idp.profile.builders.enc.validate.SamlObjectSignatureValidator samlObjectSignatureValidator)
    • ssoPostProfileCallbackHandlerController

      @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlIdPProfileCallbackHandlerController ssoPostProfileCallbackHandlerController(@Qualifier("samlProfileHandlerConfigurationContext") org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext)
    • ecpProfileHandlerController

      @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.ecp.ECPSamlIdPProfileHandlerController ecpProfileHandlerController(@Qualifier("samlProfileHandlerConfigurationContext") org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext, @Qualifier("samlProfileSamlSoap11FaultResponseBuilder") org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileObjectBuilder<org.opensaml.soap.soap11.Envelope> samlProfileSamlSoap11FaultResponseBuilder, @Qualifier("samlProfileSamlSoap11ResponseBuilder") org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileObjectBuilder<org.opensaml.soap.soap11.Envelope> samlProfileSamlSoap11ResponseBuilder)
    • saml1ArtifactResolutionController

      @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.artifact.SamlIdPSaml1ArtifactResolutionProfileHandlerController saml1ArtifactResolutionController(@Qualifier("samlProfileHandlerConfigurationContext") org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext, @Qualifier("samlProfileSamlArtifactFaultResponseBuilder") org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileObjectBuilder<org.opensaml.soap.soap11.Envelope> samlProfileSamlArtifactFaultResponseBuilder, @Qualifier("samlProfileSamlArtifactResponseBuilder") org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileObjectBuilder<org.opensaml.soap.soap11.Envelope> samlProfileSamlArtifactResponseBuilder)
    • saml2AttributeQueryProfileHandlerController

      @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.query.SamlIdPSaml2AttributeQueryProfileHandlerController saml2AttributeQueryProfileHandlerController(@Qualifier("samlProfileHandlerConfigurationContext") org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext, @Qualifier("samlProfileSamlAttributeQueryResponseBuilder") org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileObjectBuilder<org.opensaml.soap.soap11.Envelope> samlProfileSamlAttributeQueryResponseBuilder)