public class RSAAuthServerResponse extends AuthServerResponse implements Serializable
Constructor and Description |
---|
RSAAuthServerResponse(boolean enabled,
boolean secondaryAuthServer,
boolean terminateSessionOnAuthFails,
Integer timeout,
String configFile,
String sourceIp)
Instantiates a new rsa ace auth server.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfigFile()
Gets configFile
|
String |
getSourceIp()
Gets sourceIp
|
Integer |
getTimeout()
Gets timeout
|
boolean |
isEnabled()
Gets enabled
|
boolean |
isSecondaryAuthServer()
Gets secondaryAuthServer
|
boolean |
isTerminateSessionOnAuthFails()
Gets terminateSessionOnAuthFails
|
getAuthServerType
public RSAAuthServerResponse(boolean enabled, boolean secondaryAuthServer, boolean terminateSessionOnAuthFails, Integer timeout, String configFile, String sourceIp)
enabled
- the enabledsecondaryAuthServer
- the secondary auth serverterminateSessionOnAuthFails
- the terminate session on auth failstimeout
- the timeoutconfigFile
- the config filesourceIp
- the source ippublic boolean isEnabled()
public boolean isSecondaryAuthServer()
Whether or not AD server is used as the second level of authentication
public boolean isTerminateSessionOnAuthFails()
Whether or not session ends if authentication fails
public Integer getTimeout()
Period in seconds within which the AD server must respond
public String getConfigFile()
Select sdconf.rec file that you downloaded from the RSA Authentication Manager
String
the configFileCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.