Uses of Interface
org.apache.jackrabbit.core.observation.SynchronousEventListener
-
Packages that use SynchronousEventListener Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.lock org.apache.jackrabbit.core.retention org.apache.jackrabbit.core.security.authorization org.apache.jackrabbit.core.security.authorization.acl org.apache.jackrabbit.core.security.principal org.apache.jackrabbit.core.security.user -
-
Uses of SynchronousEventListener in org.apache.jackrabbit.core
Classes in org.apache.jackrabbit.core that implement SynchronousEventListener Modifier and Type Class Description class
SearchManager
Acts as a global entry point to execute queries and index nodes. -
Uses of SynchronousEventListener in org.apache.jackrabbit.core.lock
Classes in org.apache.jackrabbit.core.lock that implement SynchronousEventListener Modifier and Type Class Description class
LockManagerImpl
Provides the functionality needed for locking and unlocking nodes. -
Uses of SynchronousEventListener in org.apache.jackrabbit.core.retention
Classes in org.apache.jackrabbit.core.retention that implement SynchronousEventListener Modifier and Type Class Description class
RetentionRegistryImpl
RetentionEvaluatorImpl
... -
Uses of SynchronousEventListener in org.apache.jackrabbit.core.security.authorization
Classes in org.apache.jackrabbit.core.security.authorization that implement SynchronousEventListener Modifier and Type Class Description class
AccessControlObserver
AccessControlObserver
... -
Uses of SynchronousEventListener in org.apache.jackrabbit.core.security.authorization.acl
Classes in org.apache.jackrabbit.core.security.authorization.acl that implement SynchronousEventListener Modifier and Type Class Description class
EntryCollector
EntryCollector
collects ACEs defined and effective for a givenNode
and listens to access control modifications in order to inform listeners. -
Uses of SynchronousEventListener in org.apache.jackrabbit.core.security.principal
Classes in org.apache.jackrabbit.core.security.principal that implement SynchronousEventListener Modifier and Type Class Description class
DefaultPrincipalProvider
Provides principals for the users contained within the Repository. -
Uses of SynchronousEventListener in org.apache.jackrabbit.core.security.user
Classes in org.apache.jackrabbit.core.security.user that implement SynchronousEventListener Modifier and Type Class Description class
MembershipCache
MembershipCache
...
-