| java.lang.Object org.griphyn.cPlanner.engine.Engine org.griphyn.cPlanner.engine.AuthenticateEngine
AuthenticateEngine | public class AuthenticateEngine extends Engine (Code) | | It authenticates the user with the sites, that the user specifies at the
execution time. It spawns out a thread for each pool that authenticates
against the jobmanager for the vanilla universe as specified in the pool
configuration file.
author: Karan Vahi version: $Revision: 50 $ |
Method Summary | |
public Set | authenticate() It returns a set of pools against which the user can authenticate to. | public static void | main(String[] args) The main testing method. |
AuthenticateEngine | public AuthenticateEngine(PegasusProperties props, Set pools)(Code) | | The overloaded constructor.
Parameters: props - the PegasusProperties to be used. Parameters: pools - The set of pools against which you want to authenticate theuser. |
authenticate | public Set authenticate()(Code) | | It returns a set of pools against which the user can authenticate to.
the set of authenticated pools. |
main | public static void main(String[] args)(Code) | | The main testing method.
|
|
|