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 java.lang.String userID, @Nullable java.lang.String intermediatePath)Create a new system user for the specifieduserID.@NotNull UserUserManager. createUser(@NotNull java.lang.String userID, @Nullable java.lang.String password)Creates an User for the given userID / password pair; neither of the specified parameters can benull.
Same asUserManager.createUser(String,String,Principal,String)where the specified userID is equal to the principal name and the intermediate path isnull.@NotNull UserUserManager. createUser(@NotNull java.lang.String userID, @Nullable java.lang.String password, @NotNull java.security.Principal principal, @Nullable java.lang.String intermediatePath)Creates an User for the given parameters.
-