Interface LdaptivePasswordEncoderProvider

All Superinterfaces:
Supplier<org.springframework.security.crypto.password.PasswordEncoder>
All Known Implementing Classes:
LdaptivePasswordEncoderProvider.DefaultLdaptivePasswordEncoderProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface LdaptivePasswordEncoderProvider extends Supplier<org.springframework.security.crypto.password.PasswordEncoder>
The password encoder provider.
Author:
Christian Bremer
  • Method Details

    • defaultProvider

      static LdaptivePasswordEncoderProvider defaultProvider()
      Creates a new default provider.
      Returns:
      the default password encoder provider