Uses of Class
org.forgerock.opendj.ldap.AuthPassword
-
Packages that use AuthPassword 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 AuthPassword in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return AuthPassword Modifier and Type Method Description static AuthPassword
AuthPassword. valueOf(String authPasswordValue)
Converts the provided encoded String authentication password to anAuthPassword
. -
Uses of AuthPassword in org.opends.server.core
Methods in org.opends.server.core with parameters of type AuthPassword Modifier and Type Method Description static boolean
PasswordVerifier. authPasswordMatches(PasswordStorageScheme<?> scheme, ByteString plaintextPassword, AuthPassword password)
Indicates whether the provided plaintext password matches the encoded password using the authentication password syntax.
-