| Package | Description |
|---|---|
| org.basex.core |
Database core classes.
|
| Modifier and Type | Field and Description |
|---|---|
User |
Context.user
User reference.
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.copy()
Returns a local copy of this user.
|
User |
Users.get(java.lang.String usern)
Returns a user reference with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Users.create(User user)
Adds the specified user.
|
boolean |
Users.drop(User user)
Drops a user from the list.
|