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 AuthenticateRequestAuthenticate. mAuthRequestThe object containing the authenticate request.Methods in edu.isi.pegasus.planner.refiner that return AuthenticateRequest Modifier and Type Method Description AuthenticateRequestThreadPool.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 booleanAuthenticate. authenticate(AuthenticateRequest ar)Authenticates against a resource referred to in the authenticate request object.booleanAuthenticate. removeResource(AuthenticateRequest ar)It tries to remove a resource from the soft state of the pool.
-