Uses of Class
org.apache.turbine.util.security.PasswordMismatchException

Packages that use PasswordMismatchException
org.apache.turbine.services.security The security service can be used to authenticate users based on database information. 
org.apache.turbine.services.security.ldap An LDAP based security service implementation. 
org.apache.turbine.services.security.passive Dummy Service to be used if no security is required. 
org.apache.turbine.services.security.torque A security service implementation based on Torque generated peer classes. 
 

Uses of PasswordMismatchException in org.apache.turbine.services.security
 

Methods in org.apache.turbine.services.security that throw PasswordMismatchException
 void UserManager.authenticate(User user, String password)
          Authenticate an User with the specified password.
 void UserManager.changePassword(User user, String oldPassword, String newPassword)
          Change the password for an User.
static void TurbineSecurity.changePassword(User user, String oldPassword, String newPassword)
          Change the password for an User.
 void SecurityService.changePassword(User user, String oldPassword, String newPassword)
          Change the password for an User.
 void BaseSecurityService.changePassword(User user, String oldPassword, String newPassword)
          Change the password for an User.
static User TurbineSecurity.getAuthenticatedUser(String username, String password)
          Authenticates an user, and constructs an User object to represent him/her.
 User SecurityService.getAuthenticatedUser(String username, String password)
          Authenticates an user, and constructs an User object to represent him/her.
 User BaseSecurityService.getAuthenticatedUser(String username, String password)
          Authenticates an user, and constructs an User object to represent him/her.
 User UserManager.retrieve(String username, String password)
          Retrieve a user from persistent storage using username as the key, and authenticate the user.
 

Uses of PasswordMismatchException in org.apache.turbine.services.security.ldap
 

Methods in org.apache.turbine.services.security.ldap that throw PasswordMismatchException
 void LDAPUserManager.authenticate(User user, String password)
          Authenticate a User with the specified password.
 void LDAPUserManager.changePassword(User user, String oldPass, String newPass)
          This method is not yet implemented Change the password for an User.
 User LDAPUserManager.retrieve(String username, String password)
          Retrieve a user from persistent storage using username as the key, and authenticate the user.
 

Uses of PasswordMismatchException in org.apache.turbine.services.security.passive
 

Methods in org.apache.turbine.services.security.passive that throw PasswordMismatchException
 void PassiveUserManager.authenticate(User user, String password)
          Authenticate an User with the specified password.
 void PassiveUserManager.changePassword(User user, String oldPassword, String newPassword)
          Change the password for an User.
 User PassiveUserManager.retrieve(String username, String password)
          Retrieve a user from persistent storage using username as the key, and authenticate the user.
 

Uses of PasswordMismatchException in org.apache.turbine.services.security.torque
 

Methods in org.apache.turbine.services.security.torque that throw PasswordMismatchException
 void TorqueUserManager.authenticate(User user, String password)
          Authenticate an User with the specified password.
 void TorqueUserManager.changePassword(User user, String oldPassword, String newPassword)
          Change the password for an User.
 User TorqueUserManager.retrieve(String userName, String password)
          Retrieve a user from persistent storage using username as the key, and authenticate the user.
 



Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.