Interface | Description |
---|---|
PrincipalProvider |
This interface defines methods to provide access to sources of
Principal s. |
PrincipalProviderRegistry |
Registry used to store and retrieve
PrincipalProvider s. |
Class | Description |
---|---|
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 |
This is the default implementation of the
PrincipalProviderRegistry
interface. |
UnknownPrincipal |
Implements a principal that is used by the ACL importer for unknown
principals.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.