Uses of Class
org.owasp.esapi.reference.DefaultUser

Packages that use DefaultUser
org.owasp.esapi.reference This package contains reference implementations of the ESAPI interfaces. 
 

Uses of DefaultUser in org.owasp.esapi.reference
 

Methods in org.owasp.esapi.reference that return DefaultUser
protected  DefaultUser AbstractAuthenticator.getUserFromRememberToken()
          Returns the user if a matching remember token is found, or null if the token is missing, token is corrupt, token is expired, account name does not match and existing account, or hashed password does not match user's hashed password.
 



Copyright © 2011 The Open Web Application Security Project (OWASP). All Rights Reserved.