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.db A security service implementation that used an SQL database for authentication. 
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
static User TurbineSecurity.getAuthenticatedUser(java.lang.String username, java.lang.String password)
          Authenticates an user, and constructs an User object to represent him/her.
static void TurbineSecurity.changePassword(User user, java.lang.String oldPassword, java.lang.String newPassword)
          Change the password for an User.
 User SecurityService.getAuthenticatedUser(java.lang.String username, java.lang.String password)
          Authenticates an user, and constructs an User object to represent him/her.
 void SecurityService.changePassword(User user, java.lang.String oldPassword, java.lang.String newPassword)
          Change the password for an User.
 User BaseSecurityService.getAuthenticatedUser(java.lang.String username, java.lang.String password)
          Authenticates an user, and constructs an User object to represent him/her.
 void BaseSecurityService.changePassword(User user, java.lang.String oldPassword, java.lang.String newPassword)
          Change the password for an User.
 User UserManager.retrieve(java.lang.String username, java.lang.String password)
          Retrieve a user from persistent storage using username as the key, and authenticate the user.
 void UserManager.authenticate(User user, java.lang.String password)
          Authenticate an User with the specified password.
 void UserManager.changePassword(User user, java.lang.String oldPassword, java.lang.String newPassword)
          Change the password for an User.
 

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

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

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

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

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

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

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

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



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.