Uses of Class
org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
-
Packages that use PasswordExpiringResponseControl Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of PasswordExpiringResponseControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type PasswordExpiringResponseControl Modifier and Type Field Description static ControlDecoder<PasswordExpiringResponseControl>
PasswordExpiringResponseControl. DECODER
A decoder which can be used for decoding the password expiring response control.Methods in org.forgerock.opendj.ldap.controls that return PasswordExpiringResponseControl Modifier and Type Method Description static PasswordExpiringResponseControl
PasswordExpiringResponseControl. newControl(int secondsUntilExpiration)
Creates a new Netscape password expiring response control with the provided amount of time until expiration.
-