public class AuthenticateRequest extends Data
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 java.lang.String |
mPool
The pool id at of the pool which the resource is .
|
private java.lang.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,
java.lang.String pool,
java.lang.String url)
Overloaded Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a clone of the object.
|
java.lang.String |
getPool()
Returns the pool id of the associated resource in this request.
|
java.lang.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.
|
java.lang.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 java.lang.String mPool
private java.lang.String mResourceContact
private AuthenticateRequest()
public AuthenticateRequest(char type, java.lang.String pool, java.lang.String url)
public char getResourceType()
public java.lang.String getResourceContact()
public java.lang.String getPool()
public java.lang.String toString()
public java.lang.Object clone()
clone
in class java.lang.Object
public boolean requestInvalid()