Package org.apereo.cas.config
Class Pac4jAuthenticationEventExecutionPlanConfiguration.Pac4jAuthenticationEventExecutionPlanClientFactoryConfiguration
- java.lang.Object
-
- org.apereo.cas.config.Pac4jAuthenticationEventExecutionPlanConfiguration.Pac4jAuthenticationEventExecutionPlanClientFactoryConfiguration
-
- Enclosing class:
- Pac4jAuthenticationEventExecutionPlanConfiguration
@Configuration(value="Pac4jAuthenticationEventExecutionPlanClientFactoryConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class Pac4jAuthenticationEventExecutionPlanConfiguration.Pac4jAuthenticationEventExecutionPlanClientFactoryConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Pac4jAuthenticationEventExecutionPlanClientFactoryConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.support.pac4j.authentication.clients.DelegatedClientFactorypac4jDelegatedClientFactory(org.springframework.beans.factory.ObjectProvider<org.pac4j.saml.store.SAMLMessageStoreFactory> samlMessageStoreFactory, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.beans.factory.ObjectProvider<java.util.List<org.apereo.cas.support.pac4j.authentication.clients.DelegatedClientFactoryCustomizer>> customizerList, org.apereo.cas.authentication.CasSSLContext casSslContext)org.apereo.cas.pac4j.client.DelegatedClientNameExtractorpac4jDelegatedClientNameExtractor()
-
-
-
Method Detail
-
pac4jDelegatedClientNameExtractor
@Bean @ConditionalOnMissingBean(name="pac4jDelegatedClientNameExtractor") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.pac4j.client.DelegatedClientNameExtractor pac4jDelegatedClientNameExtractor()
-
pac4jDelegatedClientFactory
@Bean @ConditionalOnMissingBean(name="pac4jDelegatedClientFactory") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.support.pac4j.authentication.clients.DelegatedClientFactory pac4jDelegatedClientFactory(@Qualifier("delegatedSaml2ClientSAMLMessageStoreFactory") org.springframework.beans.factory.ObjectProvider<org.pac4j.saml.store.SAMLMessageStoreFactory> samlMessageStoreFactory, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.beans.factory.ObjectProvider<java.util.List<org.apereo.cas.support.pac4j.authentication.clients.DelegatedClientFactoryCustomizer>> customizerList, @Qualifier("casSslContext") org.apereo.cas.authentication.CasSSLContext casSslContext)
-
-