|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.core.User
public final class User
This class contains information on a single user.
Field Summary | |
---|---|
java.lang.String |
name
User name. |
java.lang.String |
password
Password (md5-encoded, lower case). |
Perm |
perm
Permission. |
Method Summary | |
---|---|
User |
copy()
Returns a local copy of this user. |
boolean |
has(Perm p)
Tests if the user has the specified permission. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.lang.String name
public java.lang.String password
public Perm perm
Method Detail |
---|
public boolean has(Perm p)
p
- permission to be checked
public User copy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |