| java.lang.Object org.griphyn.cPlanner.classes.Data org.griphyn.cPlanner.classes.AuthenticateRequest
AuthenticateRequest | public class AuthenticateRequest extends Data (Code) | | The object that describes the authenticate request. It specifies the mode of
authentication, the contact string of the resource.
author: Karan Vahi version: $Revision: 50 $ |
Field Summary | |
final public static char | GRIDFTP_RESOURCE The type identifying that the resource to authenticate against is a grid
ftp server. | final public static char | JOBMANAGER_RESOURCE The type identifying that the resource to authenticate against is a job
manager. |
GRIDFTP_RESOURCE | final public static char GRIDFTP_RESOURCE(Code) | | The type identifying that the resource to authenticate against is a grid
ftp server.
|
JOBMANAGER_RESOURCE | final public static char JOBMANAGER_RESOURCE(Code) | | The type identifying that the resource to authenticate against is a job
manager.
|
AuthenticateRequest | public AuthenticateRequest(char type, String pool, String url)(Code) | | Overloaded Constructor.
|
clone | public Object clone()(Code) | | Returns a clone of the object.
|
getPool | public String getPool()(Code) | | Returns the pool id of the associated resource in this request.
|
getResourceContact | public String getResourceContact()(Code) | | Returns the url of the resource to contact.
|
getResourceType | public char getResourceType()(Code) | | Returns the type of the request.
|
requestInvalid | public boolean requestInvalid()(Code) | | Checks if the request is invalid or not. It is invalid if the resource
contact is null or empty or the type is an invalid type.
boolean true if the request is invalid. |
toString | public String toString()(Code) | | Returns a string version of this.
|
|
|