Package | Description |
---|---|
org.basex.core |
Database core classes.
|
org.basex.core.users | |
org.basex.query.up.primitives | |
org.basex.server |
Server implementation.
|
Modifier and Type | Method and Description |
---|---|
User |
Context.user()
Returns the user of this context.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.user(User us)
Sets the user of this context.
|
Modifier and Type | Method and Description |
---|---|
User |
Users.get(String name)
Returns user with the specified name.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<User> |
Users.users(String db)
Returns all users, or users from a specified database.
|
Modifier and Type | Method and Description |
---|---|
void |
Users.alter(User user,
String name)
Renames a user.
|
boolean |
Users.drop(User user,
String pattern)
Drops a user from the list.
|
void |
Users.password(User user,
String password)
Changes the password of a user.
|
static void |
Users.perm(User user,
Perm prm,
String pattern)
Sets the permission of a user.
|
Modifier and Type | Field and Description |
---|---|
protected User |
UserUpdate.user
User.
|
Constructor and Description |
---|
UserUpdate(UpdateType type,
User user,
String pattern,
QueryContext qc,
InputInfo info)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Log.write(String address,
User user,
int type,
String info,
Performance perf)
Writes an entry to the log file.
|
void |
Log.write(String address,
User user,
Log.LogType type,
String info,
Performance perf)
Writes an entry to the log file.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.