Uses of Class
com.amazonaws.services.directory.model.RadiusSettings
Packages that use RadiusSettings
-
Uses of RadiusSettings in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return RadiusSettingsModifier and TypeMethodDescriptionRadiusSettings.clone()
DirectoryDescription.getRadiusSettings()
A RadiusSettings object that contains information about the RADIUS server configured for this directory.EnableRadiusRequest.getRadiusSettings()
A RadiusSettings object that contains information about the RADIUS server.UpdateRadiusRequest.getRadiusSettings()
A RadiusSettings object that contains information about the RADIUS server.RadiusSettings.withAuthenticationProtocol
(RadiusAuthenticationProtocol authenticationProtocol) The protocol specified for your RADIUS endpoints.RadiusSettings.withAuthenticationProtocol
(String authenticationProtocol) The protocol specified for your RADIUS endpoints.RadiusSettings.withDisplayLabel
(String displayLabel) Not currently used.RadiusSettings.withRadiusPort
(Integer radiusPort) The port that your RADIUS server is using for communications.RadiusSettings.withRadiusRetries
(Integer radiusRetries) The maximum number of times that communication with the RADIUS server is attempted.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.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.withRadiusTimeout
(Integer radiusTimeout) The amount of time, in seconds, to wait for the RADIUS server to respond.RadiusSettings.withSharedSecret
(String sharedSecret) The shared secret code that was specified when your RADIUS endpoints were created.RadiusSettings.withUseSameUsername
(Boolean useSameUsername) Not currently used.Methods in com.amazonaws.services.directory.model with parameters of type RadiusSettingsModifier and TypeMethodDescriptionvoid
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.void
UpdateRadiusRequest.setRadiusSettings
(RadiusSettings radiusSettings) A RadiusSettings object that contains information about the RADIUS server.DirectoryDescription.withRadiusSettings
(RadiusSettings radiusSettings) A RadiusSettings object that contains information about the RADIUS server configured for this directory.EnableRadiusRequest.withRadiusSettings
(RadiusSettings radiusSettings) A RadiusSettings object that contains information about the RADIUS server.UpdateRadiusRequest.withRadiusSettings
(RadiusSettings radiusSettings) A RadiusSettings object that contains information about the RADIUS server.