PSE 2000 Group 4

jobmatch.presentation
Class CheckLogin

jobmatch.presentation.CheckLogin

public class CheckLogin

Checks the login of a CanidateAccount


Field Summary
 String DEFAULT_DENY
           
 String DEFAULT_GRANT_CANDIDATE
           
 String DEFAULT_GRANT_COMPANY
           
 String DEFAULT_GRANT_PROVIDER
           
 
Constructor Summary
CheckLogin()
           
 
Method Summary
static String getLoginURL(int type, String username, String passphrase, String grantURL, String denyURL)
           
 void run(jobmatch.presentation.HttpPresentationComms comms)
           
 

Field Detail

DEFAULT_GRANT_CANDIDATE

public final String DEFAULT_GRANT_CANDIDATE

DEFAULT_GRANT_COMPANY

public final String DEFAULT_GRANT_COMPANY

DEFAULT_GRANT_PROVIDER

public final String DEFAULT_GRANT_PROVIDER

DEFAULT_DENY

public final String DEFAULT_DENY
Constructor Detail

CheckLogin

public CheckLogin()
Method Detail

getLoginURL

public static String getLoginURL(int type,
                                 String username,
                                 String passphrase,
                                 String grantURL,
                                 String denyURL)

run

public void run(jobmatch.presentation.HttpPresentationComms comms)
         throws jobmatch.presentation.HttpPresentationException

PSE 2000 Group 4