Interface PrincipalQueryConfig


public interface PrincipalQueryConfig
Configuration information used to populate a QueryBuilder
  • Method Details

    • sql

      The sql query to find the password
    • datasource

      Optional<String> datasource()
      The data source to use
    • attributeMappings

      Map<String,AttributeMappingConfig> attributeMappings()
      The definitions of the mapping between the database columns and the identity's attributes
    • clearPasswordMapperConfig

      @WithName("clear-password-mapper") ClearPasswordMapperConfig clearPasswordMapperConfig()
      The "clear-password-mapper" configuration
    • bcryptPasswordKeyMapperConfig

      @WithName("bcrypt-password-mapper") BcryptPasswordKeyMapperConfig bcryptPasswordKeyMapperConfig()
      The "bcrypt-password-mapper" configuration
    • toString

      String toString()
      Overrides:
      toString in class Object