RadiusSettings |
RadiusSettings.clone() |
|
RadiusSettings |
DirectoryDescription.getRadiusSettings() |
A RadiusSettings object that contains information about the RADIUS
server configured for this directory.
|
RadiusSettings |
EnableRadiusRequest.getRadiusSettings() |
A RadiusSettings object that contains information about the RADIUS
server.
|
RadiusSettings |
UpdateRadiusRequest.getRadiusSettings() |
A RadiusSettings object that contains information about the RADIUS
server.
|
RadiusSettings |
RadiusSettings.withAuthenticationProtocol(RadiusAuthenticationProtocol authenticationProtocol) |
The protocol specified for your RADIUS endpoints.
|
RadiusSettings |
RadiusSettings.withAuthenticationProtocol(String authenticationProtocol) |
The protocol specified for your RADIUS endpoints.
|
RadiusSettings |
RadiusSettings.withDisplayLabel(String displayLabel) |
Not currently used.
|
RadiusSettings |
RadiusSettings.withRadiusPort(Integer radiusPort) |
The port that your RADIUS server is using for communications.
|
RadiusSettings |
RadiusSettings.withRadiusRetries(Integer radiusRetries) |
The maximum number of times that communication with the RADIUS server is
attempted.
|
RadiusSettings |
RadiusSettings.withRadiusServers(String... radiusServers) |
An array of strings that contains the IP addresses of the RADIUS server
endpoints, or the IP addresses of your RADIUS server load balancer.
|
RadiusSettings |
RadiusSettings.withRadiusServers(Collection<String> radiusServers) |
An array of strings that contains the IP addresses of the RADIUS server
endpoints, or the IP addresses of your RADIUS server load balancer.
|
RadiusSettings |
RadiusSettings.withRadiusTimeout(Integer radiusTimeout) |
The amount of time, in seconds, to wait for the RADIUS server to respond.
|
RadiusSettings |
RadiusSettings.withSharedSecret(String sharedSecret) |
The shared secret code that was specified when your RADIUS endpoints were
created.
|
RadiusSettings |
RadiusSettings.withUseSameUsername(Boolean useSameUsername) |
Not currently used.
|