Class CasCoreConfiguration.CasCorePolicyConfiguration

  • Enclosing class:
    CasCoreConfiguration

    @Configuration(value="CasCorePolicyConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class CasCoreConfiguration.CasCorePolicyConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.authentication.ContextualAuthenticationPolicyFactory<org.apereo.cas.services.ServiceContext> authenticationPolicyFactory​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
      org.apereo.cas.authentication.principal.ServiceMatchingStrategy serviceMatchingStrategy​(org.apereo.cas.services.ServicesManager servicesManager)  
      • Methods inherited from class java.lang.Object

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

      • CasCorePolicyConfiguration

        public CasCorePolicyConfiguration()
    • Method Detail

      • authenticationPolicyFactory

        @Bean
        @ConditionalOnMissingBean(name="authenticationPolicyFactory")
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.authentication.ContextualAuthenticationPolicyFactory<org.apereo.cas.services.ServiceContext> authenticationPolicyFactory​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
      • serviceMatchingStrategy

        @Bean
        @ConditionalOnMissingBean(name="serviceMatchingStrategy")
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.authentication.principal.ServiceMatchingStrategy serviceMatchingStrategy​(@Qualifier("servicesManager")
                                                                                                       org.apereo.cas.services.ServicesManager servicesManager)