Class ProtectionConfigImpl
java.lang.Object
org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal.ProtectionConfigImpl
- All Implemented Interfaces:
ProtectionConfig
-
Field Summary
Fields inherited from interface org.apache.jackrabbit.oak.spi.security.authentication.external.ProtectionConfig
DEFAULT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
boolean
isProtectedProperty
(@NotNull Tree parent, @NotNull PropertyState property) boolean
isProtectedTree
(@NotNull Tree tree)
-
Constructor Details
-
ProtectionConfigImpl
public ProtectionConfigImpl()
-
-
Method Details
-
activate
-
isProtectedProperty
public boolean isProtectedProperty(@NotNull @NotNull Tree parent, @NotNull @NotNull PropertyState property) - Specified by:
isProtectedProperty
in interfaceProtectionConfig
-
isProtectedTree
- Specified by:
isProtectedTree
in interfaceProtectionConfig
-