|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Priviledges | |
---|---|
org.opentox.auth | |
org.opentox.database |
Uses of Priviledges in org.opentox.auth |
---|
Fields in org.opentox.auth declared as Priviledges | |
---|---|
static Priviledges |
Priviledges.ADMIN
Administrators. |
private Priviledges |
CredentialsVerifier.authorizationLevel
|
static Priviledges |
Priviledges.GUEST
Guest Users with no priviledges. |
static Priviledges |
Priviledges.PRIVILEDGED_USER
Priviledged Users. |
static Priviledges |
Priviledges.USER
Simple Users. |
Constructors in org.opentox.auth with parameters of type Priviledges | |
---|---|
CredentialsVerifier(OpenToxApplication application,
Priviledges authorizationLevel)
Verifies credentials only if their corresponding authorization level is equal or greater to a specified level. |
Uses of Priviledges in org.opentox.database |
---|
Methods in org.opentox.database that return Priviledges | |
---|---|
Priviledges |
UsersTable.getAuthorizationForUser(java.lang.String username)
|
Methods in org.opentox.database with parameters of type Priviledges | |
---|---|
void |
UsersTable.addUser(java.lang.String UserName,
java.lang.String PassWord,
Priviledges priviledges)
This method is used to add a new user to the USERS table. |
java.util.Map<java.lang.String,char[]> |
UsersTable.getCredentialsAsMap(Priviledges priviledges)
Returns a Map<String,char[]> for the credentials of a given authorization level. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |