Uses of Class
org.forgerock.opendj.ldap.AuthPassword
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 AuthPassword in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionstatic AuthPassword
Converts the provided encoded String authentication password to anAuthPassword
. -
Uses of AuthPassword in org.opends.server.core
Modifier and TypeMethodDescriptionstatic boolean
PasswordVerifier.authPasswordMatches
(PasswordStorageScheme<?> scheme, ByteString plaintextPassword, AuthPassword password) Indicates whether the provided plaintext password matches the encoded password using the authentication password syntax.