Policy
|
Method
|
Description
|
Change At First Login
|
isChangeAtFirstLogin()
|
Checks if the policy to change the password at first login is enabled.
|
Password Expiration/Longevity
|
isLongevityEnabled()
|
Checks if the password longevity is enabled.
|
getLongevity(int type)
|
Provides the validity (in days) of the specified password type.
|
|
Notification on Password Expiration
|
isNotifyEnabled()
|
Checks if the policy to notify the user about the password expiration.
|
getNotifyBeforeExpiration()
|
Returns the days before password expiration notification is to be send.
|