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

Packages that use EntityExistsException
org.apache.turbine.services.security   
org.apache.turbine.services.security.db   
org.apache.turbine.services.security.ldap   
org.apache.turbine.services.security.passive   
 

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 UserManager.createAccount(User user, java.lang.String initialPassword)
          Creates new user account with specified attributes.
 void BaseSecurityService.addUser(User user, java.lang.String password)
          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)
          This method is not yet implemented 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.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.