Uses of Interface
org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeDefinition
-
Packages that use PrivilegeDefinition Package Description org.apache.jackrabbit.oak.spi.security.privilege -
-
Uses of PrivilegeDefinition in org.apache.jackrabbit.oak.spi.security.privilege
Classes in org.apache.jackrabbit.oak.spi.security.privilege that implement PrivilegeDefinition Modifier and Type Class Description classImmutablePrivilegeDefinitionDefault implementation of thePrivilegeDefinitioninterface.Methods in org.apache.jackrabbit.oak.spi.security.privilege that return PrivilegeDefinition Modifier and Type Method Description static @NotNull PrivilegeDefinitionPrivilegeUtil. readDefinition(@NotNull org.apache.jackrabbit.oak.api.Tree definitionTree)Reads the privilege definition stored in the specified definition tree.
-