public class PasscodePolicy extends AndroidOperation implements Serializable
Constructor and Description |
---|
PasscodePolicy() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxFailedAttempts() |
int |
getMaxPINAgeInDays() |
int |
getMinComplexChars() |
int |
getMinLength() |
int |
getPinHistory() |
boolean |
isAllowSimple() |
boolean |
isRequireAlphanumeric() |
void |
setAllowSimple(boolean allowSimple) |
void |
setMaxFailedAttempts(int maxFailedAttempts) |
void |
setMaxPINAgeInDays(int maxPINAgeInDays) |
void |
setMinComplexChars(int minComplexChars) |
void |
setMinLength(int minLength) |
void |
setPinHistory(int pinHistory) |
void |
setRequireAlphanumeric(boolean requireAlphanumeric) |
toJSON
public int getMaxFailedAttempts()
public void setMaxFailedAttempts(int maxFailedAttempts)
public int getMinLength()
public void setMinLength(int minLength)
public int getPinHistory()
public void setPinHistory(int pinHistory)
public int getMinComplexChars()
public void setMinComplexChars(int minComplexChars)
public int getMaxPINAgeInDays()
public void setMaxPINAgeInDays(int maxPINAgeInDays)
public boolean isRequireAlphanumeric()
public void setRequireAlphanumeric(boolean requireAlphanumeric)
public boolean isAllowSimple()
public void setAllowSimple(boolean allowSimple)
Copyright © 2017 WSO2. All rights reserved.