public final class LdapAuthenticationProviderConfigurer.PasswordCompareConfigurer extends Object
| Modifier and Type | Method and Description |
|---|---|
LdapAuthenticationProviderConfigurer<B> |
and()
Allows obtaining a reference to the
LdapAuthenticationProviderConfigurer for further
customizations |
LdapAuthenticationProviderConfigurer.PasswordCompareConfigurer |
passwordAttribute(String passwordAttribute)
The attribute in the directory which contains the user password.
|
LdapAuthenticationProviderConfigurer.PasswordCompareConfigurer |
passwordEncoder(PasswordEncoder passwordEncoder)
Allows specifying the
PasswordEncoder to use. |
public LdapAuthenticationProviderConfigurer.PasswordCompareConfigurer passwordEncoder(PasswordEncoder passwordEncoder)
PasswordEncoder to use. The default is PlaintextPasswordEncoder.passwordEncoder - the PasswordEncoder to usePasswordEncoder to usepublic LdapAuthenticationProviderConfigurer.PasswordCompareConfigurer passwordAttribute(String passwordAttribute)
passwordAttribute - the attribute in the directory which contains the user passwordLdapAuthenticationProviderConfigurer.PasswordCompareConfigurer for further customizationspublic LdapAuthenticationProviderConfigurer<B> and()
LdapAuthenticationProviderConfigurer for further
customizations