Uses of Class
edu.isi.pegasus.planner.classes.AuthenticateRequest
-
Packages that use AuthenticateRequest Package Description edu.isi.pegasus.planner.refiner -
-
Uses of AuthenticateRequest in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as AuthenticateRequest Modifier and Type Field Description private AuthenticateRequest
Authenticate. mAuthRequest
The object containing the authenticate request.Methods in edu.isi.pegasus.planner.refiner that return AuthenticateRequest Modifier and Type Method Description AuthenticateRequest
ThreadPool.AuthenticateThread. getAuthenticateRequest()
Returns an authentication request to the worker thread.Methods in edu.isi.pegasus.planner.refiner with parameters of type AuthenticateRequest Modifier and Type Method Description boolean
Authenticate. authenticate(AuthenticateRequest ar)
Authenticates against a resource referred to in the authenticate request object.boolean
Authenticate. removeResource(AuthenticateRequest ar)
It tries to remove a resource from the soft state of the pool.
-