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

Packages that use EntityExistsException
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 EntityExistsException in org.apache.turbine.services.security
 

Methods in org.apache.turbine.services.security that throw EntityExistsException
static void TurbineSecurity.addUser(User user, java.lang.String password)
          Creates new user account with specified attributes.
static void TurbineSecurity.addGroup(Group group)
          Creates a new group with specified attributes.
static void TurbineSecurity.addRole(Role role)
          Creates a new role with specified attributes.
static void TurbineSecurity.addPermission(Permission permission)
          Creates a new permission with specified attributes.
 void SecurityService.addUser(User user, java.lang.String password)
          Creates new user account with specified attributes.
 Group SecurityService.addGroup(Group group)
          Creates a new group with specified attributes.
 Role SecurityService.addRole(Role role)
          Creates a new role with specified attributes.
 Permission SecurityService.addPermission(Permission permission)
          Creates a new permission with specified attributes.
 void BaseSecurityService.addUser(User user, java.lang.String password)
          Creates new user account with specified attributes.
 void UserManager.createAccount(User user, java.lang.String initialPassword)
          Creates new user account with specified attributes.
 

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

Methods in org.apache.turbine.services.security.db that throw EntityExistsException
 void DBUserManager.createAccount(User user, java.lang.String initialPassword)
          Creates new user account with specified attributes.
 Group DBSecurityService.addGroup(Group group)
          Creates a new group with specified attributes.
 Role DBSecurityService.addRole(Role role)
          Creates a new role with specified attributes.
 Permission DBSecurityService.addPermission(Permission permission)
          Creates a new permission with specified attributes.
 

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

Methods in org.apache.turbine.services.security.ldap that throw EntityExistsException
 void LDAPUserManager.createAccount(User user, java.lang.String initialPassword)
          Creates new user account with specified attributes.
 Group LDAPSecurityService.addGroup(Group group)
          Creates a new group with specified attributes.
 Role LDAPSecurityService.addRole(Role role)
          Creates a new role with specified attributes.
 Permission LDAPSecurityService.addPermission(Permission permission)
          Creates a new permission with specified attributes.
 

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

Methods in org.apache.turbine.services.security.passive that throw EntityExistsException
 void PassiveUserManager.createAccount(User user, java.lang.String initialPassword)
          Creates new user account with specified attributes.
 

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

Methods in org.apache.turbine.services.security.torque that throw EntityExistsException
 Group TorqueSecurityService.addGroup(Group group)
          Creates a new group with specified attributes.
 Role TorqueSecurityService.addRole(Role role)
          Creates a new role with specified attributes.
 Permission TorqueSecurityService.addPermission(Permission permission)
          Creates a new permission with specified attributes.
 void TorqueUserManager.createAccount(User user, java.lang.String initialPassword)
          Creates new user account with specified attributes.
 



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