Class RemoteAuthenticationProperties

java.lang.Object
org.apereo.cas.configuration.model.support.generic.RemoteAuthenticationProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-generic-remote-webflow") public class RemoteAuthenticationProperties extends Object implements Serializable
Configuration properties class for remote.authn.
Since:
5.0.0
See Also:
  • Constructor Details

    • RemoteAuthenticationProperties

      public RemoteAuthenticationProperties()
  • Method Details

    • getIpAddressRange

      public String getIpAddressRange()
      The authorized network address to allow for authentication. This approach allows for transparent authentication achieved within a large corporate network without the need to manage certificates, etc.
    • getName

      public String getName()
      The name of the authentication handler.
    • getOrder

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

      Remote cookie authentication settings.
    • setIpAddressRange

      public RemoteAuthenticationProperties setIpAddressRange(String ipAddressRange)
      The authorized network address to allow for authentication. This approach allows for transparent authentication achieved within a large corporate network without the need to manage certificates, etc.
      Returns:
      this.
    • setName

      public RemoteAuthenticationProperties setName(String name)
      The name of the authentication handler.
      Returns:
      this.
    • setOrder

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

      Remote cookie authentication settings.
      Returns:
      this.