Interface ClearPasswordMapperConfig


public interface ClearPasswordMapperConfig
Configuration information used to populate a "clear" PasswordKeyMapper
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If the clear-password-mapper is enabled.
    int
    The index (1 based numbering) of the column containing the clear password
    default org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper
     
     
  • Field Details

  • Method Details

    • enabled

      @WithDefault("false") boolean enabled()
      If the clear-password-mapper is enabled.
    • passwordIndex

      @WithDefault("1") int passwordIndex()
      The index (1 based numbering) of the column containing the clear password
    • toPasswordKeyMapper

      default org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper toPasswordKeyMapper()
    • toString

      String toString()
      Overrides:
      toString in class Object