public class LocalAuthServerUpdateRequest extends AuthServerUpdateRequest implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalAuthServerUpdateRequest.AccountLockoutPolicy
Local Auth Server Account Lockout Policy.
|
static class |
LocalAuthServerUpdateRequest.PasswordPolicy
Local Auth Server Password Policy.
|
authServerType| Constructor and Description |
|---|
LocalAuthServerUpdateRequest(boolean enabled,
boolean secondaryAuthServer,
boolean terminateSessionOnAuthFails,
LocalAuthServerUpdateRequest.PasswordPolicy passwordPolicy,
LocalAuthServerUpdateRequest.AccountLockoutPolicy accountLockoutPolicy)
Instantiates a new local auth server.
|
| Modifier and Type | Method and Description |
|---|---|
LocalAuthServerUpdateRequest.AccountLockoutPolicy |
getAccountLockoutPolicy()
Gets accountLockoutPolicy
|
LocalAuthServerUpdateRequest.PasswordPolicy |
getPasswordPolicy()
Gets passwordPolicy
|
boolean |
isEnabled()
Gets enabled
|
boolean |
isSecondaryAuthServer()
Gets secondaryAuthServer
|
boolean |
isTerminateSessionOnAuthFails()
Gets terminateSessionOnAuthFails
|
getAuthServerTypepublic LocalAuthServerUpdateRequest(boolean enabled,
boolean secondaryAuthServer,
boolean terminateSessionOnAuthFails,
LocalAuthServerUpdateRequest.PasswordPolicy passwordPolicy,
LocalAuthServerUpdateRequest.AccountLockoutPolicy accountLockoutPolicy)
enabled - the enabledsecondaryAuthServer - the secondary auth serverterminateSessionOnAuthFails - the terminate session on auth failspasswordPolicy - the password policyaccountLockoutPolicy - the account lockout policypublic 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 LocalAuthServerUpdateRequest.PasswordPolicy getPasswordPolicy()
LocalAuthServerUpdateRequest.PasswordPolicy the passwordPolicypublic LocalAuthServerUpdateRequest.AccountLockoutPolicy getAccountLockoutPolicy()
LocalAuthServerUpdateRequest.AccountLockoutPolicy the accountLockoutPolicyCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.