Package | Description |
---|---|
com.sun.identity.authentication.modules.radius.client |
Constructor and Description |
---|
RadiusConn(Set<RADIUSServer> primaries,
Set<RADIUSServer> secondaries,
String secret,
int timeout,
byte[] seed,
int healthCheckInterval)
Construct a connection object primary and secondary servers and seed for generating a
SecureRandom . |
RadiusConn(Set<RADIUSServer> primaries,
Set<RADIUSServer> secondaries,
String secret,
int timeout,
byte[] seed,
int healthCheckInterval)
Construct a connection object primary and secondary servers and seed for generating a
SecureRandom . |
RadiusConn(Set<RADIUSServer> primaries,
Set<RADIUSServer> secondaries,
String secret,
int timeout,
int healthCheckInterval)
Construct a connection object with a set of primary and seconary servers.
|
RadiusConn(Set<RADIUSServer> primaries,
Set<RADIUSServer> secondaries,
String secret,
int timeout,
int healthCheckInterval)
Construct a connection object with a set of primary and seconary servers.
|
RadiusConn(Set<RADIUSServer> primaries,
String secret,
byte[] seed,
int healthCheckInterval)
Constructs a connection object with only a set of primary servers.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.