Interface PasswordKeyMapperConfig

All Known Implementing Classes:
BcryptPasswordKeyMapperConfig, ClearPasswordMapperConfig

public interface PasswordKeyMapperConfig
Convert the current object into an instance of PasswordKeyMapper
  • Method Summary

    Modifier and Type
    Method
    Description
    org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper
     
  • Method Details

    • toPasswordKeyMapper

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