Uses of Class
org.apache.fulcrum.security.util.EntityExistsException
Packages that use EntityExistsException
-
Uses of EntityExistsException in org.apache.fulcrum.security
Methods in org.apache.fulcrum.security that throw EntityExistsExceptionModifier and TypeMethodDescription<T extends Group>
TGroupManager.addGroup
(T group) Creates a new group with specified attributes.<T extends Permission>
TPermissionManager.addPermission
(T permission) Creates a new permission with specified attributes.<T extends Role>
TRoleManager.addRole
(T role) Creates a new role with specified attributes.<T extends User>
TCreates new user account with specified attributes. -
Uses of EntityExistsException in org.apache.fulcrum.security.spi
Methods in org.apache.fulcrum.security.spi that throw EntityExistsExceptionModifier and TypeMethodDescription<T extends Group>
TAbstractGroupManager.addGroup
(T group) Creates a new group with specified attributes.<T extends Permission>
TAbstractPermissionManager.addPermission
(T permission) Creates a new permission with specified attributes.<T extends Role>
TAbstractRoleManager.addRole
(T role) Creates a new role with specified attributes.<T extends User>
TCreates new user account with specified attributes.