|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenToxApplication | |
---|---|
org.opentox | |
org.opentox.auth |
Uses of OpenToxApplication in org.opentox |
---|
Fields in org.opentox declared as OpenToxApplication | |
---|---|
static OpenToxApplication |
OpenToxApplication.INSTANCE
|
private static OpenToxApplication |
OpenToxApplication.instanceOfThis
|
Methods in org.opentox that return OpenToxApplication | |
---|---|
private static OpenToxApplication |
OpenToxApplication.getInstance()
|
Uses of OpenToxApplication in org.opentox.auth |
---|
Fields in org.opentox.auth declared as OpenToxApplication | |
---|---|
private OpenToxApplication |
CredentialsVerifier.application
|
Methods in org.opentox.auth with parameters of type OpenToxApplication | |
---|---|
org.restlet.security.UniformGuard |
GuardDog.createGuard(OpenToxApplication application,
org.restlet.security.Verifier verifier,
boolean optional,
java.util.List<org.restlet.data.Method> guardedMethods,
java.util.List<org.restlet.data.Method> unauthenticatedMethods,
java.lang.Class<?> targetClass)
|
Constructors in org.opentox.auth with parameters of type OpenToxApplication | |
---|---|
CredentialsVerifier(OpenToxApplication application)
Initialize the CredentialsVerifier. |
|
CredentialsVerifier(OpenToxApplication application,
Priviledges authorizationLevel)
Verifies credentials only if their corresponding authorization level is equal or greater to a specified level. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |