|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.griphyn.cPlanner.classes.Data
org.griphyn.cPlanner.classes.AuthenticateRequest
public class AuthenticateRequest
The object that describes the authenticate request. It specifies the mode of authentication, the contact string of the resource.
| Field Summary | |
|---|---|
static char |
GRIDFTP_RESOURCE
The type identifying that the resource to authenticate against is a grid ftp server. |
static char |
JOBMANAGER_RESOURCE
The type identifying that the resource to authenticate against is a job manager. |
private String |
mPool
The pool id at of the pool which the resource is . |
private String |
mResourceContact
The contact string to the resource. |
private char |
mType
Specifies what type of resource you are authenticating to. |
| Fields inherited from class org.griphyn.cPlanner.classes.Data |
|---|
mLogger, mLogMsg |
| Constructor Summary | |
|---|---|
private |
AuthenticateRequest()
Default Constructor. |
|
AuthenticateRequest(char type,
String pool,
String url)
Overloaded Constructor. |
| Method Summary | |
|---|---|
Object |
clone()
Returns a clone of the object. |
String |
getPool()
Returns the pool id of the associated resource in this request. |
String |
getResourceContact()
Returns the url of the resource to contact. |
char |
getResourceType()
Returns the type of the request. |
boolean |
requestInvalid()
Checks if the request is invalid or not. |
String |
toString()
Returns a string version of this. |
| Methods inherited from class org.griphyn.cPlanner.classes.Data |
|---|
setToString, vectorToString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final char JOBMANAGER_RESOURCE
public static final char GRIDFTP_RESOURCE
private char mType
private String mPool
private String mResourceContact
| Constructor Detail |
|---|
private AuthenticateRequest()
public AuthenticateRequest(char type,
String pool,
String url)
| Method Detail |
|---|
public char getResourceType()
public String getResourceContact()
public String getPool()
public String toString()
toString in class Datapublic Object clone()
clone in class Objectpublic boolean requestInvalid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||