Uses of Class
org.apache.jackrabbit.oak.spi.security.user.AuthorizableType
-
Packages that use AuthorizableType Package Description org.apache.jackrabbit.oak.security.user.query org.apache.jackrabbit.oak.spi.security.user org.apache.jackrabbit.oak.spi.security.user.util -
-
Uses of AuthorizableType in org.apache.jackrabbit.oak.security.user.query
Methods in org.apache.jackrabbit.oak.security.user.query with parameters of type AuthorizableType Modifier and Type Method Description @NotNull Iterator<Authorizable>UserQueryManager. findAuthorizables(@NotNull String relPath, @Nullable String value, @NotNull AuthorizableType authorizableType)Find the authorizables matching the following search parameters within the sub-tree defined by an authorizable tree:@NotNull Iterator<Authorizable>UserQueryManager. findAuthorizables(@NotNull String relPath, @Nullable String value, @NotNull AuthorizableType authorizableType, boolean exact)Find the authorizables matching the following search parameters within the sub-tree defined by an authorizable tree:static @NotNull StringQueryUtil. getNodeTypeName(@NotNull AuthorizableType type)Retrieve the node type name for the specified authorizable type.static @NotNull StringQueryUtil. getSearchRoot(AuthorizableType type, ConfigurationParameters config)Determine the search root for the given authorizable type based on the configured root path. -
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 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 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 Tree authorizableTree, @NotNull AuthorizableType type)
-