Interface Password


  • public interface Password
    represents plain text password and pre hashed(username+realmname+password) password.
    Author:
    [email protected]
    • Method Detail

      • getType

        int getType()
        returns PLAIN_TEXT or HASHED.
      • getValue

        byte[] getValue()
        returns password.