net.databinder.auth.data
Interface DataPassword

All Known Implementing Classes:
BasicPassword

public interface DataPassword

Password interface for DataUser.


Method Summary
 void change(java.lang.String newPassword)
          Change this object's password to the given one.
 boolean matches(java.lang.String password)
           
 void update(java.security.MessageDigest digest)
          Update digest with password, to bind it to the cookie token.
 

Method Detail

matches

boolean matches(java.lang.String password)
Returns:
true if the given password matches this object's

change

void change(java.lang.String newPassword)
Change this object's password to the given one.


update

void update(java.security.MessageDigest digest)
Update digest with password, to bind it to the cookie token.



Copyright © 2005-2008 Nathan Hamblen. All Rights Reserved.