Package | Description |
---|---|
com.amazonaws.services.directory.model |
Modifier and Type | Method and Description |
---|---|
RadiusSettings |
RadiusSettings.clone() |
RadiusSettings |
UpdateRadiusRequest.getRadiusSettings()
A RadiusSettings object that contains information about the RADIUS
server.
|
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 |
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(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.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.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.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateRadiusRequest.setRadiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS
server.
|
void |
DirectoryDescription.setRadiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS
server configured for this directory.
|
void |
EnableRadiusRequest.setRadiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS
server.
|
UpdateRadiusRequest |
UpdateRadiusRequest.withRadiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS
server.
|
DirectoryDescription |
DirectoryDescription.withRadiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS
server configured for this directory.
|
EnableRadiusRequest |
EnableRadiusRequest.withRadiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS
server.
|
Copyright © 2018. All rights reserved.