| AbstractPrincipalProvider |
A base class of a principal provider implementing common tasks and a
caching facility.
|
| AdminPrincipal |
This principal represents the admin user as a distinct principal having all
the access rights and is being authenticated (in contrast to the
SystemPrincipal).
|
| DefaultPrincipalProvider |
Provides principals for the users contained within the Repository.
|
| EveryonePrincipal |
The EveryonePrincipal contains all principals (excluding itself).
|
| FallbackPrincipalProvider |
The FallbackPrincipalProvider is used to provide any desired
principal.
|
| GroupPrincipals |
Helper class to deal with the migration between the 2 types of groups
|
| PrincipalImpl |
Base class for implementations of JackrabbitPrincipal.
|
| PrincipalIteratorAdapter |
PrincipalIteratorAdapter...
|
| PrincipalManagerImpl |
This principal manager implementation uses the DefaultPrincipalProvider
in order to dispatch the respective requests and assemble the required
data.
|
| ProviderRegistryImpl |
|
| UnknownPrincipal |
Implements a principal that is used by the ACL importer for unknown
principals.
|