gov.nih.nci.cagrid.gts.service.db
Class TrustedAuthorityTable

java.lang.Object
  extended by gov.nih.nci.cagrid.gts.service.db.TrustedAuthorityTable
Direct Known Subclasses:
MySQLTrustedAuthorityTable

public abstract class TrustedAuthorityTable
extends java.lang.Object

Version:
$Id: ArgumentManagerTable.java,v 1.2 2004/10/15 16:35:16 langella Exp $
Author:
Stephen Langella , Scott Oster , Shannon Hastings

Field Summary
static java.lang.String AUTHORITY_GTS
           
static java.lang.String CERTIFICATE
           
static java.lang.String CERTIFICATE_DN
           
static java.lang.String CRL
           
static java.lang.String EXPIRES
           
static java.lang.String IS_AUTHORITY
           
static java.lang.String LAST_UPDATED
           
static java.lang.String NAME
           
static java.lang.String SOURCE_GTS
           
static java.lang.String STATUS
           
static java.lang.String TABLE_NAME
           
 
Constructor Summary
TrustedAuthorityTable()
           
 
Method Summary
abstract  java.lang.String getCreateTableSQL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_NAME

public static final java.lang.String TABLE_NAME
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

CERTIFICATE_DN

public static final java.lang.String CERTIFICATE_DN
See Also:
Constant Field Values

STATUS

public static final java.lang.String STATUS
See Also:
Constant Field Values

IS_AUTHORITY

public static final java.lang.String IS_AUTHORITY
See Also:
Constant Field Values

AUTHORITY_GTS

public static final java.lang.String AUTHORITY_GTS
See Also:
Constant Field Values

SOURCE_GTS

public static final java.lang.String SOURCE_GTS
See Also:
Constant Field Values

EXPIRES

public static final java.lang.String EXPIRES
See Also:
Constant Field Values

LAST_UPDATED

public static final java.lang.String LAST_UPDATED
See Also:
Constant Field Values

CERTIFICATE

public static final java.lang.String CERTIFICATE
See Also:
Constant Field Values

CRL

public static final java.lang.String CRL
See Also:
Constant Field Values
Constructor Detail

TrustedAuthorityTable

public TrustedAuthorityTable()
Method Detail

getCreateTableSQL

public abstract java.lang.String getCreateTableSQL()