Class AccessControlModifications<K>
- java.lang.Object
-
- org.apache.jackrabbit.core.security.authorization.AccessControlModifications<K>
-
public class AccessControlModifications<K> extends Object
AccessControlModifications
is an unmodifiable collection of modifications made to access control content allowing themodification listeners
to keep caches up to date.
-
-
Constructor Summary
Constructors Constructor Description AccessControlModifications(Map<K,Integer> modificationMap)
-
-
-
Constructor Detail
-
AccessControlModifications
public AccessControlModifications(Map<K,Integer> modificationMap)
- Parameters:
modificationMap
- Map specifying the access control modifications. The keys allows to identify theNode
that was modified by the policy modifications. The values specifies the modification type, which may be any of
-
-