org.gridbus.broker.constants
Class CredentialType

java.lang.Object
  extended by org.gridbus.broker.constants.CredentialType

public final class CredentialType
extends java.lang.Object

Author:
Krishna

Field Summary
static int KEYSTORE
          Keystore file and password
static int PROXYCERT
          x.509 Proxy certificate
static int SIMPLE_AUTH
          Simple authentication, with a username-password pair
static int SRB_GSI
          Used for SRB's GSI_AUTH
 
Constructor Summary
CredentialType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIMPLE_AUTH

public static final int SIMPLE_AUTH
Simple authentication, with a username-password pair

See Also:
Constant Field Values

PROXYCERT

public static final int PROXYCERT
x.509 Proxy certificate

See Also:
Constant Field Values

KEYSTORE

public static final int KEYSTORE
Keystore file and password

See Also:
Constant Field Values

SRB_GSI

public static final int SRB_GSI
Used for SRB's GSI_AUTH

See Also:
Constant Field Values
Constructor Detail

CredentialType

public CredentialType()

Copyright © The University of Melbourne. 2006