Package com.isode.dsapi
Class Indication.PasswordPolicyResponse
java.lang.Object
com.isode.dsapi.Indication.PasswordPolicyResponse
- Enclosing class:
- Indication
A convenience class which contains any information from
a password policy response that was returned as part of the Indication
from a directory server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
The number of seconds before the user's password expires.final int
The remaining number of grace authentications which will be permitted for this user.The PasswordPolicyStatus contained in this response, or null if none was returned by the server. -
Method Summary
-
Field Details
-
status
The PasswordPolicyStatus contained in this response, or null if none was returned by the server. -
expiry
public final int expiryThe number of seconds before the user's password expires. A value of -1 indicates that no such information was returned by the server. -
grace
public final int graceThe remaining number of grace authentications which will be permitted for this user. A value of -1 indicates that no grace information was returned by the server.
-
-
Method Details