Uses of Class
org.forgerock.opendj.security.ScramMechanism
-
Packages that use ScramMechanism Package Description org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses.org.forgerock.opendj.rest2ldap.authz This package containsFilterto authenticate and authorize LDAP connections.org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStoreservice. -
-
Uses of ScramMechanism in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages with parameters of type ScramMechanism Modifier and Type Method Description static BindRequestRequests. newScramSaslBindRequest(ScramMechanism scramMechanism, String authenticationId, char[] password, String authorizationId)Creates a new SCRAM SASL bind request as defined in RFC 5802. -
Uses of ScramMechanism in org.forgerock.opendj.rest2ldap.authz
Methods in org.forgerock.opendj.rest2ldap.authz with parameters of type ScramMechanism Modifier and Type Method Description static AuthenticationStrategyAuthenticationStrategies. newSaslScramStrategy(LdapClient ldapClient, ScramMechanism scramMechanism, Schema schema, String authcIdTemplate)Creates anAuthenticationStrategyperforming authentication against an LDAP server using a SCRAM SASL bind request. -
Uses of ScramMechanism in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return ScramMechanism Modifier and Type Method Description static ScramMechanismScramMechanism. getInstance(String algorithm)Returns aScramMechanismobject that implements the specified SCRAM mechanism using a newSecureRandomfor generating salts and nonce values.static ScramMechanismScramMechanism. getInstance(String algorithm, int minIterations)Returns aScramMechanismobject that implements the specified SCRAM mechanism using a newSecureRandomfor generating salts and nonce values.static ScramMechanismScramMechanism. getInstance(String algorithm, SecureRandom random)Returns aScramMechanismobject that implements the specified SCRAM mechanism.static ScramMechanismScramMechanism. getInstance(String algorithm, SecureRandom random, int minIterations)Returns aScramMechanismobject that implements the specified SCRAM mechanism.
-