Uses of Class
org.forgerock.opendj.ldap.UserPassword
-
Packages that use UserPassword Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of UserPassword in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return UserPassword Modifier and Type Method Description static UserPassword
UserPassword. valueOf(String userPasswordValue)
Converts the provided encoded String user password into aUserPassword
. -
Uses of UserPassword in org.opends.server.core
Methods in org.opends.server.core with parameters of type UserPassword Modifier and Type Method Description static boolean
PasswordVerifier. userPasswordMatches(PasswordStorageScheme<?> scheme, ByteString plaintextPassword, UserPassword password)
Indicates whether the provided plaintext password matches the encoded password using the user password syntax.
-