Uses of Enum
org.apache.jackrabbit.oak.spi.security.user.AuthorizableType
Packages that use AuthorizableType
Package
Description
-
Uses of AuthorizableType in org.apache.jackrabbit.oak.spi.security.user
Methods in org.apache.jackrabbit.oak.spi.security.user that return AuthorizableTypeModifier and TypeMethodDescriptionstatic @NotNull AuthorizableTypeAuthorizableType.getType(int jcrUserType) static AuthorizableTypeReturns the enum constant of this type with the specified name.static AuthorizableType[]AuthorizableType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthorizableType in org.apache.jackrabbit.oak.spi.security.user.util
Methods in org.apache.jackrabbit.oak.spi.security.user.util that return AuthorizableTypeModifier and TypeMethodDescriptionstatic @Nullable AuthorizableTypeUserUtil.getType(@NotNull org.apache.jackrabbit.oak.api.Tree authorizableNode) static @Nullable AuthorizableTypeMethods in org.apache.jackrabbit.oak.spi.security.user.util with parameters of type AuthorizableTypeModifier and TypeMethodDescriptionstatic @NotNull StringUserUtil.getAuthorizableId(@NotNull org.apache.jackrabbit.oak.api.Tree authorizableTree, @NotNull AuthorizableType type) Retrieve the id from the givenauthorizableTree, which must have been verified for being a valid authorizable of the specified type upfront.static @Nullable StringUserUtil.getAuthorizableRootPath(@NotNull ConfigurationParameters parameters, @Nullable AuthorizableType type) static booleanUserUtil.isType(@Nullable org.apache.jackrabbit.oak.api.Tree authorizableTree, @NotNull AuthorizableType type)