public class RADIUSAuthServerResponse extends AuthServerResponse implements Serializable
Constructor and Description |
---|
RADIUSAuthServerResponse(String objectId,
boolean enabled,
boolean secondaryAuthServer,
boolean terminateSessionOnAuthFails,
String ip,
Integer port,
Integer timeout,
String secret,
String nasIp,
Integer retryCount)
Instantiates a new RADIUS auth server.
|
Modifier and Type | Method and Description |
---|---|
String |
getIp()
Gets ip
|
String |
getNasIp()
Gets nasIp
|
String |
getObjectId()
Gets objectId.
|
Integer |
getPort()
Gets port
|
Integer |
getRetryCount()
Gets retryCount
|
String |
getSecret()
Gets secret
|
Integer |
getTimeout()
Gets timeout
|
boolean |
isEnabled()
Gets enabled
|
boolean |
isSecondaryAuthServer()
Gets secondaryAuthServer
|
boolean |
isTerminateSessionOnAuthFails()
Gets terminateSessionOnAuthFails
|
getAuthServerType
public RADIUSAuthServerResponse(String objectId, boolean enabled, boolean secondaryAuthServer, boolean terminateSessionOnAuthFails, String ip, Integer port, Integer timeout, String secret, String nasIp, Integer retryCount)
objectId
- the object idenabled
- the enabledsecondaryAuthServer
- the secondary auth serverterminateSessionOnAuthFails
- the terminate session on auth failsip
- the ipport
- the porttimeout
- the timeoutsecret
- the secretnasIp
- the nas ipretryCount
- the retry countpublic 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 getPort()
public Integer getTimeout()
Periods in seconds within which the AD server must respond
public String getSecret()
Shared secret for adding the authentication agent in the RSA security console
String
the secretpublic String getNasIp()
IP address to be configured and used as RADIUS attribute 4, NAS-IP-Address, without changing the source IP address in the IP header of the RADIUS packets
String
the nasIppublic Integer getRetryCount()
Number of times the RADIUS server is to be contacted if it does not respond before the authentication fails
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.