Class RadiusServer


  • public final class RadiusServer
    extends Object
    Radius Server Settings.
    • Constructor Detail

      • RadiusServer

        public RadiusServer()
    • Method Detail

      • radiusServerAddress

        public String radiusServerAddress()
        Get the radiusServerAddress property: The address of this radius server.
        Returns:
        the radiusServerAddress value.
      • withRadiusServerAddress

        public RadiusServer withRadiusServerAddress​(String radiusServerAddress)
        Set the radiusServerAddress property: The address of this radius server.
        Parameters:
        radiusServerAddress - the radiusServerAddress value to set.
        Returns:
        the RadiusServer object itself.
      • radiusServerScore

        public Long radiusServerScore()
        Get the radiusServerScore property: The initial score assigned to this radius server.
        Returns:
        the radiusServerScore value.
      • withRadiusServerScore

        public RadiusServer withRadiusServerScore​(Long radiusServerScore)
        Set the radiusServerScore property: The initial score assigned to this radius server.
        Parameters:
        radiusServerScore - the radiusServerScore value to set.
        Returns:
        the RadiusServer object itself.
      • radiusServerSecret

        public String radiusServerSecret()
        Get the radiusServerSecret property: The secret used for this radius server.
        Returns:
        the radiusServerSecret value.
      • withRadiusServerSecret

        public RadiusServer withRadiusServerSecret​(String radiusServerSecret)
        Set the radiusServerSecret property: The secret used for this radius server.
        Parameters:
        radiusServerSecret - the radiusServerSecret value to set.
        Returns:
        the RadiusServer object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.