Class BcryptPasswordKeyMapperConfig

    • Field Detail

      • enabled

        @ConfigItem
        public boolean enabled
        If the bcrypt-password-mapper is enabled.
      • passwordIndex

        @ConfigItem
        public int passwordIndex
        The index (1 based numbering) of the column containing the password hash
      • hashEncoding

        @ConfigItem(defaultValue="BASE64")
        public org.wildfly.security.password.spec.Encoding hashEncoding
        A string referencing the password hash encoding ("BASE64" or "HEX")
      • saltIndex

        @ConfigItem
        public int saltIndex
        The index (1 based numbering) of the column containing the Bcrypt salt
      • saltEncoding

        @ConfigItem(defaultValue="BASE64")
        public org.wildfly.security.password.spec.Encoding saltEncoding
        A string referencing the salt encoding ("BASE64" or "HEX")
      • iterationCountIndex

        @ConfigItem
        public int iterationCountIndex
        The index (1 based numbering) of the column containing the Bcrypt iteration count
    • Constructor Detail

      • BcryptPasswordKeyMapperConfig

        public BcryptPasswordKeyMapperConfig()