Uses of Class
org.forgerock.opendj.security.ScramCredential
-
Packages that use ScramCredential Package Description org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStoreservice. -
-
Uses of ScramCredential in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return ScramCredential Modifier and Type Method Description ScramCredentialScramMechanism. newScramCredential(ByteSequence password)Generates a new SCRAM credential suitable for storage in the server, using an iteration count of 10000.ScramCredentialScramMechanism. newScramCredential(ByteSequence password, int iterations)Generates a new SCRAM credential suitable for storage in the server.static ScramCredentialScramCredential. valueOf(String rfc5803String)Parses the provided RFC 5803 representation of a SCRAM credential as aScramCredential.Methods in org.forgerock.opendj.security with parameters of type ScramCredential Modifier and Type Method Description booleanScramMechanism. passwordMatches(ScramCredential scramCredential, ByteSequence password)Returnstrueif the password matches the stored SCRAM credentials.voidScramCredentialCallback. setScramCredential(ScramCredential scramCredential)Sets the SCRAM credential associated with the authenticating user.
-