Class VerifyPasswordCallback

  • All Implemented Interfaces:
    Callback

    public class VerifyPasswordCallback
    extends Object
    implements Callback
    A Callback that indicates that the enclosing value needs to be checked against the value stored in the data store such as a DB or LDAP
    Since:
    Nov 1, 2011
    Author:
    Anil Saldhana
    • Field Detail

      • value

        protected String value
      • verified

        protected boolean verified
    • Constructor Detail

      • VerifyPasswordCallback

        public VerifyPasswordCallback()
    • Method Detail

      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • setValue

        public void setValue​(char[] value)
      • setValue

        public void setValue​(byte[] value)
      • isVerified

        public boolean isVerified()
      • setVerified

        public void setVerified​(boolean verified)