Class RegisteredServiceAuthenticationHandlerResolutionProperties

java.lang.Object
org.apereo.cas.configuration.model.core.authentication.RegisteredServiceAuthenticationHandlerResolutionProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-authentication", automated=true) public class RegisteredServiceAuthenticationHandlerResolutionProperties extends Object implements Serializable
Since:
6.4.0
See Also:
  • Constructor Details

    • RegisteredServiceAuthenticationHandlerResolutionProperties

      public RegisteredServiceAuthenticationHandlerResolutionProperties()
  • Method Details

    • getOrder

      public int getOrder()
      The execution order of this resolver in the chain of authentication handler resolvers.
    • setOrder

      The execution order of this resolver in the chain of authentication handler resolvers.
      Returns:
      this.