Java Globus API: Class GRCContext.Authentication

org.globus.replica.catalog
Class GRCContext.Authentication

java.lang.Object
  |
  +--org.globus.replica.catalog.GRCContext.Authentication
Enclosing class:
GRCContext

public static class GRCContext.Authentication
extends Object

Context authentication mode.


Field Summary
static GRCContext.Authentication CLEARTEXT
          Simple cleartext, or username/password, authenticaiton mode must be explicitly set.
static GRCContext.Authentication SECURE
          GSI authentication mode is the default, but not currently supported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SECURE

public static final GRCContext.Authentication SECURE
GSI authentication mode is the default, but not currently supported.

CLEARTEXT

public static final GRCContext.Authentication CLEARTEXT
Simple cleartext, or username/password, authenticaiton mode must be explicitly set.