Uses of Class
org.forgerock.opendj.ldap.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
Modifier and TypeMethodDescriptionstatic UserPassword
Converts the provided encoded String user password into aUserPassword
. -
Uses of UserPassword in org.opends.server.core
Modifier 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.