Uses of Class
org.apache.jackrabbit.oak.spi.security.user.AuthorizableType
-
Packages that use AuthorizableType Package Description org.apache.jackrabbit.oak.spi.security.user org.apache.jackrabbit.oak.spi.security.user.util -
-
Uses of AuthorizableType in org.apache.jackrabbit.oak.spi.security.user
Methods in org.apache.jackrabbit.oak.spi.security.user that return AuthorizableType Modifier and Type Method Description static @NotNull AuthorizableTypeAuthorizableType. getType(int jcrUserType)static AuthorizableTypeAuthorizableType. valueOf(String name)Returns 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 AuthorizableType Modifier and Type Method Description static @Nullable AuthorizableTypeUserUtil. getType(@NotNull org.apache.jackrabbit.oak.api.Tree authorizableNode)static @Nullable AuthorizableTypeUserUtil. getType(@Nullable String primaryTypeName)Methods in org.apache.jackrabbit.oak.spi.security.user.util with parameters of type AuthorizableType Modifier and Type Method Description static @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)
-