public class AccountPolicySpec extends AbstractPolicySpec
| Constructor and Description |
|---|
AccountPolicySpec() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxLength() |
int |
getMinLength() |
String |
getPattern() |
int |
getPermittedLoginRetries() |
List<String> |
getPrefixesNotPermitted() |
List<String> |
getSchemasNotPermitted() |
List<String> |
getSuffixesNotPermitted() |
List<String> |
getWordsNotPermitted() |
boolean |
isAllLowerCase() |
boolean |
isAllUpperCase() |
boolean |
isPropagateSuspension() |
void |
setAllLowerCase(boolean allLowerCase) |
void |
setAllUpperCase(boolean allUpperCase) |
void |
setMaxLength(int maxLength) |
void |
setMinLength(int minLength) |
void |
setPattern(String pattern) |
void |
setPermittedLoginRetries(int permittedLoginRetries) |
void |
setPropagateSuspension(boolean propagateSuspension) |
equals, hashCode, toStringpublic boolean isAllLowerCase()
public void setAllLowerCase(boolean allLowerCase)
public boolean isAllUpperCase()
public void setAllUpperCase(boolean allUpperCase)
public int getMaxLength()
public void setMaxLength(int maxLength)
public int getMinLength()
public void setMinLength(int minLength)
public String getPattern()
public void setPattern(String pattern)
public boolean isPropagateSuspension()
public void setPropagateSuspension(boolean propagateSuspension)
public int getPermittedLoginRetries()
public void setPermittedLoginRetries(int permittedLoginRetries)
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.