Package com.isode.dsapi.config
Class PasswordPolicyConfig.AccountIssue
java.lang.Object
com.isode.dsapi.config.PasswordPolicyConfig.AccountIssue
- Enclosing class:
- PasswordPolicyConfig
An AccountIssue represents a problem that means an account will be locked,
and contains a LOCK_REASON as well as an Object which gives more information
about the LOCK_REASON.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Object
Extra information about the reason for this account being locked.The reason for this issue -
Method Summary
-
Field Details
-
lockReason
The reason for this issue -
extraInfo
Extra information about the reason for this account being locked. Refer to thePasswordPolicyConfig.LOCK_REASON
documentation for what types of Object relate to each reason.
-
-
Method Details