Class RegisteredServiceAuthenticationPolicyResolver

  • All Implemented Interfaces:
    org.apereo.cas.authentication.AuthenticationPolicyResolver, org.springframework.core.Ordered

    public class RegisteredServiceAuthenticationPolicyResolver
    extends java.lang.Object
    implements org.apereo.cas.authentication.AuthenticationPolicyResolver
    This is RegisteredServiceAuthenticationPolicyResolver that acts on the criteria presented by a registered service to detect which handler(s) should be resolved for authentication.
    Since:
    5.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationServiceSelectionPlan
      The service selection plan.
      protected org.apereo.cas.services.ServicesManager servicesManager
      The Services manager.
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<org.apereo.cas.authentication.AuthenticationPolicy> resolve​(org.apereo.cas.authentication.AuthenticationTransaction transaction)  
      boolean supports​(org.apereo.cas.authentication.AuthenticationTransaction transaction)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.authentication.AuthenticationPolicyResolver

        getOrder
    • Field Detail

      • servicesManager

        protected final org.apereo.cas.services.ServicesManager servicesManager
        The Services manager.
      • authenticationServiceSelectionPlan

        protected final org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationServiceSelectionPlan
        The service selection plan.
    • Constructor Detail

      • RegisteredServiceAuthenticationPolicyResolver

        public RegisteredServiceAuthenticationPolicyResolver()
    • Method Detail

      • resolve

        public java.util.Set<org.apereo.cas.authentication.AuthenticationPolicy> resolve​(org.apereo.cas.authentication.AuthenticationTransaction transaction)
        Specified by:
        resolve in interface org.apereo.cas.authentication.AuthenticationPolicyResolver
      • supports

        public boolean supports​(org.apereo.cas.authentication.AuthenticationTransaction transaction)
        Specified by:
        supports in interface org.apereo.cas.authentication.AuthenticationPolicyResolver