public class RSAAuthServerUpdateRequest extends AuthServerUpdateRequest implements Serializable
authServerType
Constructor and Description |
---|
RSAAuthServerUpdateRequest(String objectId,
boolean enabled,
boolean secondaryAuthServer,
boolean terminateSessionOnAuthFails,
Integer timeout,
String configFile,
String configFileData,
String configFileName,
String sourceIp)
Instantiates a new rsa ace auth server.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfigFile()
Gets configFile.
|
String |
getConfigFileData()
Gets configFileData.
|
String |
getConfigFileName()
Gets configFileName.
|
String |
getObjectId()
Gets objectId.
|
String |
getSourceIp()
Gets sourceIp.
|
Integer |
getTimeout()
Gets timeout.
|
boolean |
isEnabled()
Gets enabled.
|
boolean |
isSecondaryAuthServer()
Gets secondaryAuthServer.
|
boolean |
isTerminateSessionOnAuthFails()
Gets terminateSessionOnAuthFails.
|
getAuthServerType
public RSAAuthServerUpdateRequest(String objectId, boolean enabled, boolean secondaryAuthServer, boolean terminateSessionOnAuthFails, Integer timeout, String configFile, String configFileData, String configFileName, String sourceIp)
objectId
- the object idenabled
- the enabledsecondaryAuthServer
- the secondary auth serverterminateSessionOnAuthFails
- the terminate session on auth failstimeout
- the timeoutconfigFile
- the config fileconfigFileData
- the config file dataconfigFileName
- the config file namesourceIp
- the source ippublic String getObjectId()
public 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()
Configuration file
String
the configFilepublic String getConfigFileData()
Data within the configuration file
public String getConfigFileName()
Name of the configuration file
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.