Modifier and Type | Method and Description |
---|---|
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.passwordEncoder(PasswordEncoder passwordEncoder)
Specifies the
PasswordEncoder to be used when authenticating with
password comparison. |
Modifier and Type | Class and Description |
---|---|
class |
BCryptPasswordEncoder
Implementation of PasswordEncoder that uses the BCrypt strong hashing function.
|
Modifier and Type | Class and Description |
---|---|
class |
NoOpPasswordEncoder
A password encoder that does nothing.
|
class |
StandardPasswordEncoder
A standard
PasswordEncoder implementation that uses SHA-256 hashing with 1024 iterations and a
random 8-byte random salt value. |
Modifier and Type | Method and Description |
---|---|
static PasswordEncoder |
NoOpPasswordEncoder.getInstance()
Get the singleton
NoOpPasswordEncoder . |
Copyright © 2019. All rights reserved.