Uses of Class
org.forgerock.opendj.ldap.UserPassword
Packages that use UserPassword
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
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 UserPasswordModifier and TypeMethodDescriptionstatic UserPassword
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 UserPasswordModifier and TypeMethodDescriptionstatic boolean
PasswordVerifier.userPasswordMatches
(PasswordStorageScheme<?> scheme, ByteString plaintextPassword, UserPassword password) Indicates whether the provided plaintext password matches the encoded password using the user password syntax.