Class RadiusServerProperties

java.lang.Object
org.apereo.cas.configuration.model.support.radius.RadiusServerProperties
All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-radius") public class RadiusServerProperties extends Object implements CasFeatureModule, Serializable
Since:
5.2.0
See Also:
  • Constructor Details

    • RadiusServerProperties

      public RadiusServerProperties()
  • Method Details

    • getProtocol

      public String getProtocol()
      Radius protocol to use when communicating with the server.
    • getRetries

      public int getRetries()
      Number of re-try attempts when dealing with connection and authentication failures.
    • getNasIdentifier

      public String getNasIdentifier()
      The NAS identifier.
    • getNasPort

      public long getNasPort()
      The NAS port.
    • getNasPortId

      public long getNasPortId()
      The NAS port id.
    • getNasRealPort

      public long getNasRealPort()
      The NAS real port.
    • getNasPortType

      public int getNasPortType()
      The NAS port type.
    • getNasIpAddress

      public String getNasIpAddress()
      The NAS IP address.
    • getNasIpv6Address

      public String getNasIpv6Address()
      The NAS IPv6 address.
    • setProtocol

      public RadiusServerProperties setProtocol(String protocol)
      Radius protocol to use when communicating with the server.
      Returns:
      this.
    • setRetries

      public RadiusServerProperties setRetries(int retries)
      Number of re-try attempts when dealing with connection and authentication failures.
      Returns:
      this.
    • setNasIdentifier

      public RadiusServerProperties setNasIdentifier(String nasIdentifier)
      The NAS identifier.
      Returns:
      this.
    • setNasPort

      public RadiusServerProperties setNasPort(long nasPort)
      The NAS port.
      Returns:
      this.
    • setNasPortId

      public RadiusServerProperties setNasPortId(long nasPortId)
      The NAS port id.
      Returns:
      this.
    • setNasRealPort

      public RadiusServerProperties setNasRealPort(long nasRealPort)
      The NAS real port.
      Returns:
      this.
    • setNasPortType

      public RadiusServerProperties setNasPortType(int nasPortType)
      The NAS port type.
      Returns:
      this.
    • setNasIpAddress

      public RadiusServerProperties setNasIpAddress(String nasIpAddress)
      The NAS IP address.
      Returns:
      this.
    • setNasIpv6Address

      public RadiusServerProperties setNasIpv6Address(String nasIpv6Address)
      The NAS IPv6 address.
      Returns:
      this.