Package org.apereo.cas.config
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.support.saml.web.idp.profile.ecp.ECPSamlIdPProfileHandlerControllerecpProfileHandlerController(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.SamlIdPInitiatedProfileHandlerControlleridpInitiatedSamlProfileHandlerController(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.SamlIdPSaml1ArtifactResolutionProfileHandlerControllersaml1ArtifactResolutionController(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.SamlIdPSaml2AttributeQueryProfileHandlerControllersaml2AttributeQueryProfileHandlerController(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.SLOSamlIdPPostProfileHandlerControllersloPostProfileHandlerController(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.SLOSamlIdPRedirectProfileHandlerControllersloRedirectProfileHandlerController(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.SSOSamlIdPProfileCallbackHandlerControllerssoPostProfileCallbackHandlerController(org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext) org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlIdPPostProfileHandlerControllerssoPostProfileHandlerController(org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext) org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlIdPPostSimpleSignProfileHandlerControllerssoPostSimpleSignProfileHandlerController(org.apereo.cas.support.saml.web.idp.profile.SamlProfileHandlerConfigurationContext samlProfileHandlerConfigurationContext, org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMap ssoPostSimpleSignProfileHandlerDecoders)
-
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)
-