public class EdgeSslVpnLocalAuthenticationServerResponse extends EdgeSslVpnAuthenticationServerResponse implements Serializable
Constructor and Description |
---|
EdgeSslVpnLocalAuthenticationServerResponse(Boolean enabled,
Integer pwdMinLength,
Integer pwdMaxLength,
Integer pwdMinAlphabets,
Integer pwdMinDigits,
Integer pwdMinSpecialCharacters,
Boolean allowUserIdWithinPwd,
Integer pwdLifetime,
Integer pwdExpiryNotification,
Integer retryCount,
Integer retryDuration,
Integer lockoutDuration) |
Modifier and Type | Method and Description |
---|---|
Integer |
getLockoutDuration()
Gets the lockout duration.
|
Integer |
getPwdExpiryNotification()
Gets the pwd expiry notification.
|
Integer |
getPwdLifetime()
Gets the pwd lifetime.
|
Integer |
getPwdMaxLength()
Gets the pwd max length.
|
Integer |
getPwdMinAlphabets()
Gets the pwd min alphabets.
|
Integer |
getPwdMinDigits()
Gets the pwd min digits.
|
Integer |
getPwdMinLength()
Gets the pwd min length.
|
Integer |
getPwdMinSpecialCharacters()
Gets the pwd min special characters.
|
Integer |
getRetryCount()
Gets the retry count.
|
Integer |
getRetryDuration()
Gets the retry duration.
|
Boolean |
isAllowUserIdWithinPwd()
Indicates if user id is allowed in their password.
|
Boolean |
isEnabled()
Indicates whether enabled.
|
getType
public EdgeSslVpnLocalAuthenticationServerResponse(Boolean enabled, Integer pwdMinLength, Integer pwdMaxLength, Integer pwdMinAlphabets, Integer pwdMinDigits, Integer pwdMinSpecialCharacters, Boolean allowUserIdWithinPwd, Integer pwdLifetime, Integer pwdExpiryNotification, Integer retryCount, Integer retryDuration, Integer lockoutDuration)
public Boolean isEnabled()
public Integer getPwdMinLength()
public Integer getPwdMaxLength()
public Integer getPwdMinAlphabets()
public Integer getPwdMinDigits()
public Integer getPwdMinSpecialCharacters()
public Boolean isAllowUserIdWithinPwd()
public Integer getPwdLifetime()
public Integer getPwdExpiryNotification()
public Integer getRetryCount()
public Integer getRetryDuration()
public Integer getLockoutDuration()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.