Class ProtectionConfigImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal.ProtectionConfigImpl
-
- All Implemented Interfaces:
ProtectionConfig
public class ProtectionConfigImpl extends Object implements ProtectionConfig
-
-
Field Summary
-
Fields inherited from interface org.apache.jackrabbit.oak.spi.security.authentication.external.ProtectionConfig
DEFAULT
-
-
Constructor Summary
Constructors Constructor Description ProtectionConfigImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivate(Map<String,Object> properties)booleanisProtectedProperty(@NotNull Tree parent, @NotNull PropertyState property)booleanisProtectedTree(@NotNull Tree tree)
-
-
-
Method Detail
-
isProtectedProperty
public boolean isProtectedProperty(@NotNull @NotNull Tree parent, @NotNull @NotNull PropertyState property)- Specified by:
isProtectedPropertyin interfaceProtectionConfig
-
isProtectedTree
public boolean isProtectedTree(@NotNull @NotNull Tree tree)- Specified by:
isProtectedTreein interfaceProtectionConfig
-
-