Package | Description |
---|---|
com.amazonaws.services.directory.model | |
com.amazonaws.services.directory.model.transform |
Modifier and Type | Field and Description |
---|---|
private RadiusSettings |
UpdateRadiusRequest.radiusSettings
A RadiusSettings object that contains information about the RADIUS
server.
|
private RadiusSettings |
EnableRadiusRequest.radiusSettings
A RadiusSettings object that contains information about the RADIUS
server.
|
private RadiusSettings |
DirectoryDescription.radiusSettings
A RadiusSettings object that contains information about the RADIUS
server configured for this directory.
|
Modifier and Type | Method and Description |
---|---|
RadiusSettings |
RadiusSettings.clone() |
RadiusSettings |
UpdateRadiusRequest.getRadiusSettings()
A RadiusSettings object that contains information about the RADIUS
server.
|
RadiusSettings |
EnableRadiusRequest.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 |
RadiusSettings.withAuthenticationProtocol(RadiusAuthenticationProtocol authenticationProtocol)
The protocol specified for your RADIUS endpoints.
|
RadiusSettings |
RadiusSettings.withAuthenticationProtocol(java.lang.String authenticationProtocol)
The protocol specified for your RADIUS endpoints.
|
RadiusSettings |
RadiusSettings.withDisplayLabel(java.lang.String displayLabel)
Not currently used.
|
RadiusSettings |
RadiusSettings.withRadiusPort(java.lang.Integer radiusPort)
The port that your RADIUS server is using for communications.
|
RadiusSettings |
RadiusSettings.withRadiusRetries(java.lang.Integer radiusRetries)
The maximum number of times that communication with the RADIUS server is
attempted.
|
RadiusSettings |
RadiusSettings.withRadiusServers(java.util.Collection<java.lang.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(java.lang.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(java.lang.Integer radiusTimeout)
The amount of time, in seconds, to wait for the RADIUS server to respond.
|
RadiusSettings |
RadiusSettings.withSharedSecret(java.lang.String sharedSecret)
The shared secret code that was specified when your RADIUS endpoints were
created.
|
RadiusSettings |
RadiusSettings.withUseSameUsername(java.lang.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 |
EnableRadiusRequest.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.
|
UpdateRadiusRequest |
UpdateRadiusRequest.withRadiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS
server.
|
EnableRadiusRequest |
EnableRadiusRequest.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.
|
Modifier and Type | Method and Description |
---|---|
RadiusSettings |
RadiusSettingsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RadiusSettingsJsonMarshaller.marshall(RadiusSettings radiusSettings,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|