public class PasswordPolicyTO extends PolicyTO implements ComposablePolicy
Constructor and Description |
---|
PasswordPolicyTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDiscriminator() |
int |
getHistoryLength() |
List<String> |
getRules()
Return policy rules.
|
int |
hashCode() |
boolean |
isAllowNullPassword() |
void |
setAllowNullPassword(boolean allowNullPassword) |
void |
setHistoryLength(int historyLength) |
getDescription, getKey, getUsedByRealms, getUsedByResources, setDescription, setDiscriminator, setKey
public String getDiscriminator()
getDiscriminator
in class PolicyTO
public boolean isAllowNullPassword()
public void setAllowNullPassword(boolean allowNullPassword)
public int getHistoryLength()
public void setHistoryLength(int historyLength)
public List<String> getRules()
ComposablePolicy
getRules
in interface ComposablePolicy
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.