Uses of Interface
org.apache.jackrabbit.core.cluster.PrivilegeEventChannel
-
Packages that use PrivilegeEventChannel Package Description org.apache.jackrabbit.core.cluster org.apache.jackrabbit.core.security.authorization -
-
Uses of PrivilegeEventChannel in org.apache.jackrabbit.core.cluster
Classes in org.apache.jackrabbit.core.cluster that implement PrivilegeEventChannel Modifier and Type Class Description class
ClusterNode
Default clustered node implementation. -
Uses of PrivilegeEventChannel in org.apache.jackrabbit.core.security.authorization
Methods in org.apache.jackrabbit.core.security.authorization with parameters of type PrivilegeEventChannel Modifier and Type Method Description void
PrivilegeRegistry. setEventChannel(PrivilegeEventChannel eventChannel)
Set a clustering event channel to inform about changes.
-