public class LocalAuthServerResponse extends AuthServerResponse implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
LocalAuthServerResponse.AccountLockoutPolicy
Local Auth Server Account Lockout Policy.
|
static class |
LocalAuthServerResponse.PasswordPolicy
Local Auth Server Password Policy.
|
Constructor and Description |
---|
LocalAuthServerResponse(String objectId,
boolean enabled,
boolean secondaryAuthServer,
boolean terminateSessionOnAuthFails,
LocalAuthServerResponse.PasswordPolicy passwordPolicy,
LocalAuthServerResponse.AccountLockoutPolicy accountLockoutPolicy)
Instantiates a new local auth server.
|
Modifier and Type | Method and Description |
---|---|
LocalAuthServerResponse.AccountLockoutPolicy |
getAccountLockoutPolicy()
Gets accountLockoutPolicy
|
String |
getObjectId()
Gets objectId.
|
LocalAuthServerResponse.PasswordPolicy |
getPasswordPolicy()
Gets passwordPolicy
|
boolean |
isEnabled()
Gets enabled
|
boolean |
isSecondaryAuthServer()
Gets secondaryAuthServer
|
boolean |
isTerminateSessionOnAuthFails()
Gets terminateSessionOnAuthFails
|
getAuthServerType
public LocalAuthServerResponse(String objectId, boolean enabled, boolean secondaryAuthServer, boolean terminateSessionOnAuthFails, LocalAuthServerResponse.PasswordPolicy passwordPolicy, LocalAuthServerResponse.AccountLockoutPolicy accountLockoutPolicy)
objectId
- the object idenabled
- the enabledsecondaryAuthServer
- the secondary auth serverterminateSessionOnAuthFails
- the terminate session on auth failspasswordPolicy
- the password policyaccountLockoutPolicy
- the account lockout policypublic String getObjectId()
public boolean isEnabled()
public boolean isSecondaryAuthServer()
Whether or not local server is used as the second level of authentication
public boolean isTerminateSessionOnAuthFails()
Whether or not session ends if authentication fails
public LocalAuthServerResponse.PasswordPolicy getPasswordPolicy()
LocalAuthServerResponse.PasswordPolicy
the passwordPolicypublic LocalAuthServerResponse.AccountLockoutPolicy getAccountLockoutPolicy()
LocalAuthServerResponse.AccountLockoutPolicy
the accountLockoutPolicyCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.