Class RadiusSettings
- All Implemented Interfaces:
Serializable
,Cloneable
Contains information about a Remote Authentication Dial In User Service (RADIUS) server.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The protocol specified for your RADIUS endpoints.Not currently used.The port that your RADIUS server is using for communications.The maximum number of times that communication with the RADIUS server is attempted.An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.The amount of time, in seconds, to wait for the RADIUS server to respond.The shared secret code that was specified when your RADIUS endpoints were created.Not currently used.int
hashCode()
Not currently used.void
setAuthenticationProtocol
(RadiusAuthenticationProtocol authenticationProtocol) The protocol specified for your RADIUS endpoints.void
setAuthenticationProtocol
(String authenticationProtocol) The protocol specified for your RADIUS endpoints.void
setDisplayLabel
(String displayLabel) Not currently used.void
setRadiusPort
(Integer radiusPort) The port that your RADIUS server is using for communications.void
setRadiusRetries
(Integer radiusRetries) The maximum number of times that communication with the RADIUS server is attempted.void
setRadiusServers
(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.void
setRadiusTimeout
(Integer radiusTimeout) The amount of time, in seconds, to wait for the RADIUS server to respond.void
setSharedSecret
(String sharedSecret) The shared secret code that was specified when your RADIUS endpoints were created.void
setUseSameUsername
(Boolean useSameUsername) Not currently used.toString()
Returns a string representation of this object; useful for testing and debugging.withAuthenticationProtocol
(RadiusAuthenticationProtocol authenticationProtocol) The protocol specified for your RADIUS endpoints.withAuthenticationProtocol
(String authenticationProtocol) The protocol specified for your RADIUS endpoints.withDisplayLabel
(String displayLabel) Not currently used.withRadiusPort
(Integer radiusPort) The port that your RADIUS server is using for communications.withRadiusRetries
(Integer radiusRetries) The maximum number of times that communication with the RADIUS server is attempted.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.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.withRadiusTimeout
(Integer radiusTimeout) The amount of time, in seconds, to wait for the RADIUS server to respond.withSharedSecret
(String sharedSecret) The shared secret code that was specified when your RADIUS endpoints were created.withUseSameUsername
(Boolean useSameUsername) Not currently used.
-
Constructor Details
-
RadiusSettings
public RadiusSettings()
-
-
Method Details
-
getRadiusServers
An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.
- Returns:
- An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.
-
setRadiusServers
An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.
- Parameters:
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.
-
withRadiusServers
An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.
NOTE: This method appends the values to the existing list (if any). Use
setRadiusServers(java.util.Collection)
orwithRadiusServers(java.util.Collection)
if you want to override the existing values.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withRadiusServers
An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRadiusPort
The port that your RADIUS server is using for communications. Your on-premises network must allow inbound traffic over this port from the AWS Directory Service servers.
- Parameters:
radiusPort
- The port that your RADIUS server is using for communications. Your on-premises network must allow inbound traffic over this port from the AWS Directory Service servers.
-
getRadiusPort
The port that your RADIUS server is using for communications. Your on-premises network must allow inbound traffic over this port from the AWS Directory Service servers.
- Returns:
- The port that your RADIUS server is using for communications. Your on-premises network must allow inbound traffic over this port from the AWS Directory Service servers.
-
withRadiusPort
The port that your RADIUS server is using for communications. Your on-premises network must allow inbound traffic over this port from the AWS Directory Service servers.
- Parameters:
radiusPort
- The port that your RADIUS server is using for communications. Your on-premises network must allow inbound traffic over this port from the AWS Directory Service servers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRadiusTimeout
The amount of time, in seconds, to wait for the RADIUS server to respond.
- Parameters:
radiusTimeout
- The amount of time, in seconds, to wait for the RADIUS server to respond.
-
getRadiusTimeout
The amount of time, in seconds, to wait for the RADIUS server to respond.
- Returns:
- The amount of time, in seconds, to wait for the RADIUS server to respond.
-
withRadiusTimeout
The amount of time, in seconds, to wait for the RADIUS server to respond.
- Parameters:
radiusTimeout
- The amount of time, in seconds, to wait for the RADIUS server to respond.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRadiusRetries
The maximum number of times that communication with the RADIUS server is attempted.
- Parameters:
radiusRetries
- The maximum number of times that communication with the RADIUS server is attempted.
-
getRadiusRetries
The maximum number of times that communication with the RADIUS server is attempted.
- Returns:
- The maximum number of times that communication with the RADIUS server is attempted.
-
withRadiusRetries
The maximum number of times that communication with the RADIUS server is attempted.
- Parameters:
radiusRetries
- The maximum number of times that communication with the RADIUS server is attempted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAuthenticationProtocol
The protocol specified for your RADIUS endpoints.
- Parameters:
authenticationProtocol
- The protocol specified for your RADIUS endpoints.- See Also:
-
getAuthenticationProtocol
The protocol specified for your RADIUS endpoints.
- Returns:
- The protocol specified for your RADIUS endpoints.
- See Also:
-
withAuthenticationProtocol
The protocol specified for your RADIUS endpoints.
- Parameters:
authenticationProtocol
- The protocol specified for your RADIUS endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setAuthenticationProtocol
The protocol specified for your RADIUS endpoints.
- Parameters:
authenticationProtocol
- The protocol specified for your RADIUS endpoints.- See Also:
-
withAuthenticationProtocol
public RadiusSettings withAuthenticationProtocol(RadiusAuthenticationProtocol authenticationProtocol) The protocol specified for your RADIUS endpoints.
- Parameters:
authenticationProtocol
- The protocol specified for your RADIUS endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setDisplayLabel
Not currently used.
- Parameters:
displayLabel
- Not currently used.
-
getDisplayLabel
Not currently used.
- Returns:
- Not currently used.
-
withDisplayLabel
Not currently used.
- Parameters:
displayLabel
- Not currently used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUseSameUsername
Not currently used.
- Parameters:
useSameUsername
- Not currently used.
-
getUseSameUsername
Not currently used.
- Returns:
- Not currently used.
-
withUseSameUsername
Not currently used.
- Parameters:
useSameUsername
- Not currently used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isUseSameUsername
Not currently used.
- Returns:
- Not currently used.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-