Uses of Interface
org.apache.turbine.om.security.User

Packages that use User
org.apache.turbine.om.security   
org.apache.turbine.om.security.peer   
org.apache.turbine.services.pull   
org.apache.turbine.services.pull.util   
org.apache.turbine.services.rundata   
org.apache.turbine.services.security   
org.apache.turbine.services.security.db   
org.apache.turbine.services.security.ldap   
org.apache.turbine.services.security.passive   
org.apache.turbine.util   
 

Uses of User in org.apache.turbine.om.security
 

Classes in org.apache.turbine.om.security that implement User
 class TurbineUser
          A generic implementation of User interface.
 

Methods in org.apache.turbine.om.security with parameters of type User
 void Group.grant(User user, Role role)
          Grants a Role in this Group to an User.
 void Group.grant(User user, RoleSet roleSet)
          Grants Roles in this Group to an User.
 void Group.revoke(User user, Role role)
          Revokes a Role in this Group from an User.
 void Group.revoke(User user, RoleSet roleSet)
          Revokes Roles in this group from an User.
 void TurbineGroup.grant(User user, Role role)
          Grants a Role in this Group to an User.
 void TurbineGroup.grant(User user, RoleSet roleSet)
          Grants Roles in this Group to an User.
 void TurbineGroup.revoke(User user, Role role)
          Revokes a Role in this Group from an User.
 void TurbineGroup.revoke(User user, RoleSet roleSet)
          Revokes Roles in this group from an User.
 

Uses of User in org.apache.turbine.om.security.peer
 

Methods in org.apache.turbine.om.security.peer that return User
static User TurbineUserPeer.row2Object(com.workingdogs.village.Record row, int offset, java.lang.Class cls)
          Implementss torque peers' method.
 

Methods in org.apache.turbine.om.security.peer with parameters of type User
static Criteria TurbineUserPeer.buildCriteria(User user)
          Builds a criteria object based upon an User object
static void TurbineUserPeer.populateObject(com.workingdogs.village.Record row, int offset, User obj)
           
static java.util.Vector TurbineUserPeer.doSelect(Criteria criteria, User current)
          Issues a select based on a criteria.
static boolean TurbineUserPeer.checkExists(User user)
          Checks if a User is defined in the system.
static RoleSet RolePeer.retrieveSet(User user, Group group)
          Retrieves a set of Roles that an User was assigned in a Group
 

Uses of User in org.apache.turbine.services.pull
 

Methods in org.apache.turbine.services.pull with parameters of type User
private  void TurbinePullService.populateWithSessionTools(java.util.List tools, org.apache.velocity.context.Context context, User user, boolean usePerm)
          Populate the given context with the session-scoped tools.
 

Uses of User in org.apache.turbine.services.pull.util
 

Methods in org.apache.turbine.services.pull.util with parameters of type User
protected  void UIManager.setSkin(User user)
          Set the skin name when the tool is configured to be loaded on a per-session basis.
static void UIManager.setSkin(User user, java.lang.String skin)
          Set the skin name user's temp hashmap for the current session.
 

Uses of User in org.apache.turbine.services.rundata
 

Fields in org.apache.turbine.services.rundata declared as User
private  User DefaultTurbineRunData.user
          The user object.
 

Methods in org.apache.turbine.services.rundata that return User
static User DefaultTurbineRunData.getUserFromSession(javax.servlet.http.HttpSession session)
          Attempts to get the User object from the session.
 User DefaultTurbineRunData.getUser()
          Gets the user.
 User DefaultTurbineRunData.getUserFromSession()
          Attempts to get the user from the session.
 

Methods in org.apache.turbine.services.rundata with parameters of type User
 void DefaultTurbineRunData.setUser(User user)
          Sets the user.
 

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

Methods in org.apache.turbine.services.security that return User
static User TurbineSecurity.getUserInstance()
          Construct a blank User object.
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 User TurbineSecurity.getUser(java.lang.String username)
          Constructs an User object to represent a registered user of the application.
static User[] TurbineSecurity.getUsers(Criteria criteria)
          Retrieve a set of users that meet the specified criteria.
static User TurbineSecurity.getAnonymousUser()
          Constructs an User object to represent an anonymous user of the application.
 User SecurityService.getUserInstance()
          Construct a blank User object.
 User SecurityService.getAuthenticatedUser(java.lang.String username, java.lang.String password)
          Authenticates an user, and constructs an User object to represent him/her.
 User SecurityService.getUser(java.lang.String username)
          Constructs an User object to represent a registered user of the application.
 User[] SecurityService.getUsers(Criteria criteria)
          Retrieve a set of users that meet the specified criteria.
 User SecurityService.getAnonymousUser()
          Constructs an User object to represent an anonymous user of the application.
 User UserManager.retrieve(java.lang.String username)
          Retrieve a user from persistent storage using username as the key.
 User[] UserManager.retrieve(Criteria criteria)
          Retrieve a set of users that meet the specified criteria.
 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.
 User BaseSecurityService.getUserInstance()
          Construct a blank User object.
 User BaseSecurityService.getAuthenticatedUser(java.lang.String username, java.lang.String password)
          Authenticates an user, and constructs an User object to represent him/her.
 User BaseSecurityService.getUser(java.lang.String username)
          Constructs an User object to represent a registered user of the application.
 User[] BaseSecurityService.getUsers(Criteria criteria)
          Retrieve a set of users that meet the specified criteria.
 User BaseSecurityService.getAnonymousUser()
          Constructs an User object to represent an anonymous user of the application.
 

Methods in org.apache.turbine.services.security with parameters of type User
static boolean TurbineSecurity.accountExists(User user)
          Check whether a specified user's account exists.
static void TurbineSecurity.saveUser(User user)
          Saves User's data in the permanent storage.
static void TurbineSecurity.changePassword(User user, java.lang.String oldPassword, java.lang.String newPassword)
          Change the password for an User.
static void TurbineSecurity.forcePassword(User user, java.lang.String password)
          Forcibly sets new password for an User.
static AccessControlList TurbineSecurity.getACL(User user)
          Constructs an AccessControlList for a specific user.
static void TurbineSecurity.grant(User user, Group group, Role role)
          Grant an User a Role in a Group.
static void TurbineSecurity.revoke(User user, Group group, Role role)
          Revoke a Role in a Group from an User.
static void TurbineSecurity.revokeAll(User user)
          Revokes all roles from an User.
static void TurbineSecurity.addUser(User user, java.lang.String password)
          Creates new user account with specified attributes.
static void TurbineSecurity.removeUser(User user)
          Removes an user account from the system.
 boolean SecurityService.accountExists(User user)
          Check whether a specified user's account exists.
 void SecurityService.saveUser(User user)
          Saves User's data in the permanent storage.
 void SecurityService.addUser(User user, java.lang.String password)
          Creates new user account with specified attributes.
 void SecurityService.removeUser(User user)
          Removes an user account from the system.
 void SecurityService.changePassword(User user, java.lang.String oldPassword, java.lang.String newPassword)
          Change the password for an User.
 void SecurityService.forcePassword(User user, java.lang.String password)
          Forcibly sets new password for an User.
 AccessControlList SecurityService.getACL(User user)
          Constructs an AccessControlList for a specific user.
 void SecurityService.grant(User user, Group group, Role role)
          Grant an User a Role in a Group.
 void SecurityService.revoke(User user, Group group, Role role)
          Revoke a Role in a Group from an User.
 void SecurityService.revokeAll(User user)
          Revokes all roles from an User.
 boolean UserManager.accountExists(User user)
          Check whether a specified user's account exists.
 void UserManager.store(User user)
          Save an User object to persistent storage.
 void UserManager.authenticate(User user, java.lang.String password)
          Authenticate an User with the specified password.
 void UserManager.createAccount(User user, java.lang.String initialPassword)
          Creates new user account with specified attributes.
 void UserManager.removeAccount(User user)
          Removes an user account from the system.
 void UserManager.changePassword(User user, java.lang.String oldPassword, java.lang.String newPassword)
          Change the password for an User.
 void UserManager.forcePassword(User user, java.lang.String password)
          Forcibly sets new password for an User.
 boolean BaseSecurityService.accountExists(User user)
          Check whether a specified user's account exists.
 void BaseSecurityService.saveUser(User user)
          Saves User's data in the permanent storage.
 void BaseSecurityService.addUser(User user, java.lang.String password)
          Creates new user account with specified attributes.
 void BaseSecurityService.removeUser(User user)
          Removes an user account from the system.
 void BaseSecurityService.changePassword(User user, java.lang.String oldPassword, java.lang.String newPassword)
          Change the password for an User.
 void BaseSecurityService.forcePassword(User user, java.lang.String password)
          Forcibly sets new password for an User.
 

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

Methods in org.apache.turbine.services.security.db that return User
 User DBUserManager.retrieve(java.lang.String username)
          Retrieve a user from persistent storage using username as the key.
 User[] DBUserManager.retrieve(Criteria criteria)
          Retrieve a set of users that meet the specified criteria.
 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.
 

Methods in org.apache.turbine.services.security.db with parameters of type User
 boolean DBUserManager.accountExists(User user)
          Check whether a specified user's account exists.
 void DBUserManager.store(User user)
          Save an User object to persistent storage.
 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.
 void DBUserManager.forcePassword(User user, java.lang.String password)
          Forcibly sets new password for an User.
 void DBUserManager.createAccount(User user, java.lang.String initialPassword)
          Creates new user account with specified attributes.
 void DBUserManager.removeAccount(User user)
          Removes an user account from the system.
 AccessControlList DBSecurityService.getACL(User user)
          Constructs an AccessControlList for a specific user.
 void DBSecurityService.grant(User user, Group group, Role role)
          Grant an User a Role in a Group.
 void DBSecurityService.revoke(User user, Group group, Role role)
          Revoke a Role in a Group from an User.
 void DBSecurityService.revokeAll(User user)
          Revokes all roles from an User.
 

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

Classes in org.apache.turbine.services.security.ldap that implement User
 class LDAPUser
          LDAPUser implements User and provides access to a user who accesses the system via LDAP.
 

Methods in org.apache.turbine.services.security.ldap that return User
 User LDAPUserManager.retrieve(java.lang.String username)
          Retrieve a user from persistent storage using username as the key.
 User[] LDAPUserManager.retrieve(Criteria criteria)
          This is currently not implemented to behave as expected.
 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.
 

Methods in org.apache.turbine.services.security.ldap with parameters of type User
 boolean LDAPUserManager.accountExists(User user)
          Check wether a specified user's account exists.
 void LDAPUserManager.store(User user)
          This method is not yet implemented Save a User object to persistent storage.
 void LDAPUserManager.authenticate(User user, java.lang.String password)
          Authenticate a User with the specified password.
 void LDAPUserManager.changePassword(User user, java.lang.String oldPassword, java.lang.String newPassword)
          This method is not yet implemented Change the password for an User.
 void LDAPUserManager.forcePassword(User user, java.lang.String password)
          This method is not yet implemented Forcibly sets new password for an User.
 void LDAPUserManager.createAccount(User user, java.lang.String initialPassword)
          This method is not yet implemented Creates new user account with specified attributes.
 void LDAPUserManager.removeAccount(User user)
          This method is not yet implemented Removes an user account from the system.
 AccessControlList LDAPSecurityService.getACL(User user)
          Constructs an AccessControlList for a specific user.
 void LDAPSecurityService.grant(User user, Group group, Role role)
          Grant an User a Role in a Group.
 void LDAPSecurityService.revoke(User user, Group group, Role role)
          Revoke a Role in a Group from an User.
 void LDAPSecurityService.revokeAll(User user)
           
 

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

Methods in org.apache.turbine.services.security.passive that return User
 User PassiveUserManager.retrieve(java.lang.String username)
          Retrieve a user from persistent storage using username as the key.
 User[] PassiveUserManager.retrieve(Criteria criteria)
          Retrieve a set of users that meet the specified criteria.
 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.
 

Methods in org.apache.turbine.services.security.passive with parameters of type User
 boolean PassiveUserManager.accountExists(User user)
          Check whether a specified user's account exists.
 void PassiveUserManager.store(User user)
          Save an User object to persistent storage.
 void PassiveUserManager.authenticate(User user, java.lang.String password)
          Authenticate an User with the specified password.
 void PassiveUserManager.createAccount(User user, java.lang.String initialPassword)
          Creates new user account with specified attributes.
 void PassiveUserManager.removeAccount(User user)
          Removes an user account from the system.
 void PassiveUserManager.changePassword(User user, java.lang.String oldPassword, java.lang.String newPassword)
          Change the password for an User.
 void PassiveUserManager.forcePassword(User user, java.lang.String password)
          Forcibly sets new password for an User.
 

Uses of User in org.apache.turbine.util
 

Methods in org.apache.turbine.util that return User
 User RunData.getUser()
          Gets the user.
 User RunData.getUserFromSession()
          Attempts to get the user from the session.
 

Methods in org.apache.turbine.util with parameters of type User
 void RunData.setUser(User user)
          Sets the user.
 



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