Uses of Class
org.basex.core.users.User
Packages that use User
Package
Description
Database core classes.
-
Uses of User in org.basex.core
Methods in org.basex.core that return UserMethods in org.basex.core with parameters of type User -
Uses of User in org.basex.core.users
Methods in org.basex.core.users that return UserModifier and TypeMethodDescriptionReturns user with the specified name.Sets the global permission.Sets the permission.Methods in org.basex.core.users that return types with arguments of type UserModifier and TypeMethodDescriptionReturns all users, or users that have permissions for a specific database.Methods in org.basex.core.users with parameters of type User -
Uses of User in org.basex.query.up.primitives
Fields in org.basex.query.up.primitives declared as UserModifier and TypeFieldDescriptionprotected final UserUserUpdate.userUser (nullif operation is global).Constructors in org.basex.query.up.primitives with parameters of type UserModifierConstructorDescriptionprotectedUserPermUpdate(UpdateType type, User user, ArrayList<Perm> perms, StringList patterns, QueryContext qc, InputInfo info) Constructor.protectedUserUpdate(UpdateType type, User user, QueryContext qc, InputInfo info) Constructor.