Interface Password


  • public interface Password
    Represents plain text password and pre hashed (username + realmname + password) password.
    Author:
    K.Venuopal@sun.com
    • Method Detail

      • getType

        int getType()
        returns PLAIN_TEXT or HASHED.
      • getValue

        byte[] getValue()
        returns password.