RadiusSettings class

Contains information about a Remote Authentication Dial In User Service (RADIUS) server.

Constructors

RadiusSettings({RadiusAuthenticationProtocol? authenticationProtocol, String? displayLabel, int? radiusPort, int? radiusRetries, List<String>? radiusServers, int? radiusTimeout, String? sharedSecret, bool? useSameUsername})
RadiusSettings.fromJson(Map<String, dynamic> json)
factory

Properties

authenticationProtocol RadiusAuthenticationProtocol?
The protocol specified for your RADIUS endpoints.
final
displayLabel String?
Not currently used.
final
hashCode int
The hash code for this object.
no setterinherited
radiusPort int?
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.
final
radiusRetries int?
The maximum number of times that communication with the RADIUS server is attempted.
final
radiusServers List<String>?
An array of strings that contains the fully qualified domain name (FQDN) or IP addresses of the RADIUS server endpoints, or the FQDN or IP addresses of your RADIUS server load balancer.
final
radiusTimeout int?
The amount of time, in seconds, to wait for the RADIUS server to respond.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedSecret String?
Required for enabling RADIUS on the directory.
final
useSameUsername bool?
Not currently used.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited