public class AccountPolicy
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
accountUnlockTimeout
Timeout for account unlocking.
|
private java.util.List<java.lang.String> |
credentialPatterns
Required credentials patterns list.
|
private java.lang.Long |
credentialsExpirationTimeout
Credentials expiration timeout.
|
private java.lang.Integer |
credentialsHistorySize
Number of items in credentials history.
|
private java.lang.Integer |
invalidAuthnCountLimit
Maximum count of failed authentications before account lock.
|
private java.lang.Long |
principalExpirationTimeout
Principal expiration timeout.
|
private java.lang.Integer |
principalHistorySize
Number of items in principal history.
|
private java.util.List<java.lang.String> |
principalPatterns
Required principal patterns list.
|
private java.lang.String |
securityRealm
Security realm.
|
Constructor and Description |
---|
AccountPolicy() |