Interface PasswordProvider


  • public interface PasswordProvider
    Provides the Password according to how the password is hashed in the database.
    • Method Detail

      • getPassword

        org.wildfly.security.password.Password getPassword​(String pass)