public final class RadiusServer extends Object
| Constructor and Description |
|---|
RadiusServer() |
| Modifier and Type | Method and Description |
|---|---|
String |
radiusServerAddress()
Get the radiusServerAddress property: The address of this radius server.
|
Long |
radiusServerScore()
Get the radiusServerScore property: The initial score assigned to this radius server.
|
String |
radiusServerSecret()
Get the radiusServerSecret property: The secret used for this radius server.
|
void |
validate()
Validates the instance.
|
RadiusServer |
withRadiusServerAddress(String radiusServerAddress)
Set the radiusServerAddress property: The address of this radius server.
|
RadiusServer |
withRadiusServerScore(Long radiusServerScore)
Set the radiusServerScore property: The initial score assigned to this radius server.
|
RadiusServer |
withRadiusServerSecret(String radiusServerSecret)
Set the radiusServerSecret property: The secret used for this radius server.
|
public String radiusServerAddress()
public RadiusServer withRadiusServerAddress(String radiusServerAddress)
radiusServerAddress - the radiusServerAddress value to set.public Long radiusServerScore()
public RadiusServer withRadiusServerScore(Long radiusServerScore)
radiusServerScore - the radiusServerScore value to set.public String radiusServerSecret()
public RadiusServer withRadiusServerSecret(String radiusServerSecret)
radiusServerSecret - the radiusServerSecret value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.