Class GroovyAuthenticationProperties

java.lang.Object
org.apereo.cas.configuration.model.SpringResourceProperties
org.apereo.cas.configuration.model.support.generic.GroovyAuthenticationProperties
All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-generic") public class GroovyAuthenticationProperties extends SpringResourceProperties
Since:
6.1.0
See Also:
  • Constructor Details

    • GroovyAuthenticationProperties

      public GroovyAuthenticationProperties()
  • Method Details

    • getName

      public String getName()
      Authentication handler name used to verify credentials in the file.
    • getOrder

      public Integer getOrder()
      Order of the authentication handler in the chain.
    • getState

      public AuthenticationHandlerStates getState()
      Define the scope and state of this authentication handler and the lifecycle in which it can be invoked or activated.
    • setName

      public GroovyAuthenticationProperties setName(String name)
      Authentication handler name used to verify credentials in the file.
      Returns:
      this.
    • setOrder

      public GroovyAuthenticationProperties setOrder(Integer order)
      Order of the authentication handler in the chain.
      Returns:
      this.
    • setState

      Define the scope and state of this authentication handler and the lifecycle in which it can be invoked or activated.
      Returns:
      this.