Interface Password


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

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    returns PLAIN_TEXT or HASHED.
    byte[]
    returns password.
  • Field Details

  • Method Details

    • getType

      int getType()
      returns PLAIN_TEXT or HASHED.
    • getValue

      byte[] getValue()
      returns password.