Package org.apereo.cas.config
Class SamlIdPEndpointsConfiguration.SamlIdPEndpointDecoderConfiguration
java.lang.Object
org.apereo.cas.config.SamlIdPEndpointsConfiguration.SamlIdPEndpointDecoderConfiguration
- Enclosing class:
- SamlIdPEndpointsConfiguration
@Configuration(value="SamlIdPEndpointDecoderConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class SamlIdPEndpointsConfiguration.SamlIdPEndpointDecoderConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMaporg.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMapsloRedirectProfileHandlerDecoders(org.apereo.cas.configuration.CasConfigurationProperties casProperties) org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMapssoPostProfileHandlerDecoders(org.apereo.cas.configuration.CasConfigurationProperties casProperties) org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMapssoPostSimpleSignProfileHandlerDecoders(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
Constructor Details
-
SamlIdPEndpointDecoderConfiguration
public SamlIdPEndpointDecoderConfiguration()
-
-
Method Details
-
ssoPostProfileHandlerDecoders
@Bean @ConditionalOnMissingBean(name="ssoPostProfileHandlerDecoders") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMap ssoPostProfileHandlerDecoders(org.apereo.cas.configuration.CasConfigurationProperties casProperties) -
ssoPostSimpleSignProfileHandlerDecoders
@Bean @ConditionalOnMissingBean(name="ssoPostSimpleSignProfileHandlerDecoders") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMap ssoPostSimpleSignProfileHandlerDecoders(org.apereo.cas.configuration.CasConfigurationProperties casProperties) -
sloRedirectProfileHandlerDecoders
@Bean @ConditionalOnMissingBean(name="sloRedirectProfileHandlerDecoders") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMap sloRedirectProfileHandlerDecoders(org.apereo.cas.configuration.CasConfigurationProperties casProperties) -
sloPostProfileHandlerDecoders
@Bean @ConditionalOnMissingBean(name="sloPostProfileHandlerDecoders") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.saml.web.idp.profile.HttpServletRequestXMLMessageDecodersMap sloPostProfileHandlerDecoders()
-