Modifier and Type | Field and Description |
---|---|
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.
|
Modifier | Constructor and Description |
---|---|
private |
AuthenticateRequest()
Default Constructor.
|
|
AuthenticateRequest(char type,
String pool,
String url)
Overloaded Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
setToString, vectorToString
public static final char JOBMANAGER_RESOURCE
public static final char GRIDFTP_RESOURCE
private char mType
private String mPool
private String mResourceContact
public char getResourceType()
public String getResourceContact()
public String getPool()
public String toString()
public boolean requestInvalid()
Copyright © 2011 The University of Southern California. All Rights Reserved.