Uses of Interface
org.apache.jackrabbit.api.security.user.User
-
Packages that use User Package Description org.apache.jackrabbit.api.security.user Jackrabbit extensions for user management. -
-
Uses of User in org.apache.jackrabbit.api.security.user
Methods in org.apache.jackrabbit.api.security.user that return User Modifier and Type Method Description @NotNull UserUserManager. createSystemUser(@NotNull String userID, @Nullable String intermediatePath)Create a new system user for the specifieduserID.@NotNull UserUserManager. createUser(@NotNull String userID, @Nullable String password)Creates a user for the given userID / password pair.@NotNull UserUserManager. createUser(@NotNull String userID, @Nullable String password, @NotNull Principal principal, @Nullable String intermediatePath)Creates a user for the given parameters.
-