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.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.addGroup(Group group)
          Creates a new group with specified attributes.
 Group SecurityService.addGroup(Group group)
          Creates a new group with specified attributes.
static void TurbineSecurity.addPermission(Permission permission)
          Creates a new permission with specified attributes.
 Permission SecurityService.addPermission(Permission permission)
          Creates a new permission with specified attributes.
static void TurbineSecurity.addRole(Role role)
          Creates a new role with specified attributes.
 Role SecurityService.addRole(Role role)
          Creates a new role with specified attributes.
static void TurbineSecurity.addUser(User user, String password)
          Creates new user account with specified attributes.
 void SecurityService.addUser(User user, String password)
          Creates new user account with specified attributes.
 void BaseSecurityService.addUser(User user, String password)
          Creates new user account with specified attributes.
 void UserManager.createAccount(User user, String initialPassword)
          Creates new user account with specified attributes.
 

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

Methods in org.apache.turbine.services.security.ldap that throw EntityExistsException
 Group LDAPSecurityService.addGroup(Group group)
          Creates a new group with specified attributes.
 Permission LDAPSecurityService.addPermission(Permission permission)
          Creates a new permission with specified attributes.
 Role LDAPSecurityService.addRole(Role role)
          Creates a new role with specified attributes.
 void LDAPUserManager.createAccount(User user, String initialPassword)
          Creates new user account 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, 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.
 Permission TorqueSecurityService.addPermission(Permission permission)
          Creates a new permission with specified attributes.
 Role TorqueSecurityService.addRole(Role role)
          Creates a new role with specified attributes.
 void TorqueUserManager.createAccount(User user, String initialPassword)
          Creates new user account with specified attributes.
 



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