Package org.jboss.security.auth.callback
Class VerifyPasswordCallback
- java.lang.Object
-
- org.jboss.security.auth.callback.VerifyPasswordCallback
-
-
Constructor Summary
Constructors Constructor Description VerifyPasswordCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
boolean
isVerified()
void
setValue(byte[] value)
void
setValue(char[] value)
void
setValue(String value)
void
setVerified(boolean verified)
-
-
-
Field Detail
-
value
protected String value
-
verified
protected boolean verified
-
-