Package org.apereo.cas.config
Class SamlIdPDelegatedAuthenticationConfiguration
java.lang.Object
org.apereo.cas.config.SamlIdPDelegatedAuthenticationConfiguration
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
@ConditionalOnClass(org.apereo.cas.config.DelegatedAuthenticationWebflowConfiguration.class)
@ConditionalOnFeatureEnabled(feature=DelegatedAuthentication) @ConditionalOnFeatureEnabled(feature=SAMLIdentityProvider)
@AutoConfiguration
public class SamlIdPDelegatedAuthenticationConfiguration
extends Object
- Since:
- 6.4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.pac4j.client.DelegatedClientAuthenticationRequestCustomizersaml2DelegatedClientAuthenticationRequestCustomizer(org.pac4j.core.context.session.SessionStore sessionStore, org.apereo.cas.support.saml.OpenSamlConfigBean openSamlConfigBean)
-
Constructor Details
-
SamlIdPDelegatedAuthenticationConfiguration
public SamlIdPDelegatedAuthenticationConfiguration()
-
-
Method Details
-
saml2DelegatedClientAuthenticationRequestCustomizer
@Bean @ConditionalOnMissingBean(name="saml2DelegatedClientAuthenticationRequestCustomizer") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.pac4j.client.DelegatedClientAuthenticationRequestCustomizer saml2DelegatedClientAuthenticationRequestCustomizer(@Qualifier("samlIdPDistributedSessionStore") org.pac4j.core.context.session.SessionStore sessionStore, @Qualifier("shibboleth.OpenSAMLConfig") org.apereo.cas.support.saml.OpenSamlConfigBean openSamlConfigBean)
-