|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserIdentity | |
net.javamud.data |
Uses of UserIdentity in net.javamud.data |
Fields in net.javamud.data declared as UserIdentity | |
protected UserIdentity |
Permission.user
Identity of User associated with this Permission. |
Methods in net.javamud.data with parameters of type UserIdentity | |
boolean |
Permission.implies(UserIdentity uid,
Right implied)
Does this imply the Right implied ? |
boolean |
Permission.implies(UserIdentity uid,
String implied)
Does this imply the Right implied ? |
int |
Permission.impliesQuality(UserIdentity uid,
Right implied)
Returns a measure of quality of the implies match. |
int |
Permission.impliesQuality(UserIdentity uid,
String implied)
Returns a measure of quality of the implies match. |
Constructors in net.javamud.data with parameters of type UserIdentity | |
Permission(UserIdentity uid,
Right setRight)
Constructor for the Permission object |
|
Permission(UserIdentity uid,
String setRight)
Constructor for the Permission object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |