Uses of Interface
org.apache.jackrabbit.core.SessionListener
-
Packages that use SessionListener Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.security.user -
-
Uses of SessionListener in org.apache.jackrabbit.core
Classes in org.apache.jackrabbit.core that implement SessionListener Modifier and Type Class Description class
RepositoryImpl
ARepositoryImpl
...class
TransientRepository
A repository proxy that automatically initializes and shuts down the underlying repository instance when the first session is opened or the last one closed.Fields in org.apache.jackrabbit.core with type parameters of type SessionListener Modifier and Type Field Description protected Map<SessionListener,SessionListener>
SessionImpl. listeners
Listeners (weak references)protected Map<SessionListener,SessionListener>
SessionImpl. listeners
Listeners (weak references)Methods in org.apache.jackrabbit.core with parameters of type SessionListener Modifier and Type Method Description void
SessionImpl. addListener(SessionListener listener)
Add aSessionListener
void
SessionImpl. removeListener(SessionListener listener)
Remove aSessionListener
-
Uses of SessionListener in org.apache.jackrabbit.core.security.user
Classes in org.apache.jackrabbit.core.security.user that implement SessionListener Modifier and Type Class Description class
MembershipCache
MembershipCache
...class
UserManagerImpl
Implementation Characteristicsclass
UserPerWorkspaceUserManager
Derived UserManager implementation that allows to switch between autosaving and transient change mode.
-