| Class | Description |
|---|---|
| GroupSet |
This class represents a set of Groups.
|
| PermissionSet |
This class represents a set of Permissions.
|
| RoleSet |
This class represents a set of Roles.
|
| SecuritySet<T extends SecurityEntity> |
This class represents a set of Security Entities.
|
| UserSet |
This class represents a set of Users.
|
| Exception | Description |
|---|---|
| DataBackendException |
Thrown to indicate that there was an error accessing the data backend of the
SecurityService.
|
| EntityExistsException |
Thrown upon an attempt to create an User,Role,Group or Permission that
already exists.
|
| FulcrumSecurityException |
Thrown by SecurityService methods to indicate various problems.
|
| PasswordMismatchException |
Thrown to indicate that the password supplied by user was incorrect.
|
| UnknownEntityException |
Thrown to indicate that the User,Role,Group or Permission that was requested
does not exist.
|
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.