Interface ProtectionConfig
Interface to mark properties or nodes located underneath a synchronized external identity as being protected (i.e.
prevent modification through regular JCR/Jackrabbit API outside of the regular synchronization during login (or through
JMX).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProtectionConfigDefault implementation that marks all properties or nodes as protected. -
Method Summary
Modifier and TypeMethodDescriptionbooleanisProtectedProperty(@NotNull Tree parent, @NotNull PropertyState property) booleanisProtectedTree(@NotNull Tree tree)
-
Field Details
-
DEFAULT
Default implementation that marks all properties or nodes as protected.
-
-
Method Details
-
isProtectedProperty
boolean isProtectedProperty(@NotNull @NotNull Tree parent, @NotNull @NotNull PropertyState property) -
isProtectedTree
-