| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.user | |
| org.apache.jackrabbit.oak.spi.security.user.util |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull AuthorizableType |
AuthorizableType.getType(int jcrUserType) |
static AuthorizableType |
AuthorizableType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable AuthorizableType |
UserUtil.getType(@Nullable String primaryTypeName) |
static @Nullable AuthorizableType |
UserUtil.getType(@NotNull org.apache.jackrabbit.oak.api.Tree authorizableNode) |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull String |
UserUtil.getAuthorizableId(@NotNull org.apache.jackrabbit.oak.api.Tree authorizableTree,
@NotNull AuthorizableType type)
Retrieve the id from the given
authorizableTree, which must have
been verified for being a valid authorizable of the specified type upfront. |
static @Nullable String |
UserUtil.getAuthorizableRootPath(@NotNull ConfigurationParameters parameters,
@Nullable AuthorizableType type) |
static boolean |
UserUtil.isType(@Nullable org.apache.jackrabbit.oak.api.Tree authorizableTree,
@NotNull AuthorizableType type) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.