org.globus.gridshib.gt.authorization
Interface VomsConstants


public interface VomsConstants

Because we optionally invoke VOMS libraries via reflection (not relying on the jar being present) and because of the way the PIP/PDP proxy objects work, we need a way to pull configs for the VOMS interceptors. This is a *COPY* of the VomsConstants in the VOMS jar. If updating VOMS to a new version, this would need to be reconciled with any changes. See the src-proxies PDP classes.


Field Summary
static String[] ALL_CONFIG_KEYS
           
static String ATTR_MAP_CONFIG_FILE
           
static String ATTR_SECURITY_CONFIG_FILE
           
static String CONSULT_GRIDMAP_KEY
           
static String DEFAULT_GRIDMAP
           
static String REFRESH_TIME_PROP
           
static String TRUST_STORE_DIR_PROP
           
static String VALIDATE
           
static String VOMS_PDP_AND_LOGIC
           
static String VOMS_PDP_POLICY
           
 

Field Detail

TRUST_STORE_DIR_PROP

static final String TRUST_STORE_DIR_PROP
See Also:
Constant Field Values

VALIDATE

static final String VALIDATE
See Also:
Constant Field Values

REFRESH_TIME_PROP

static final String REFRESH_TIME_PROP
See Also:
Constant Field Values

ATTR_SECURITY_CONFIG_FILE

static final String ATTR_SECURITY_CONFIG_FILE
See Also:
Constant Field Values

ATTR_MAP_CONFIG_FILE

static final String ATTR_MAP_CONFIG_FILE
See Also:
Constant Field Values

VOMS_PDP_POLICY

static final String VOMS_PDP_POLICY
See Also:
Constant Field Values

VOMS_PDP_AND_LOGIC

static final String VOMS_PDP_AND_LOGIC
See Also:
Constant Field Values

DEFAULT_GRIDMAP

static final String DEFAULT_GRIDMAP
See Also:
Constant Field Values

CONSULT_GRIDMAP_KEY

static final String CONSULT_GRIDMAP_KEY
See Also:
Constant Field Values

ALL_CONFIG_KEYS

static final String[] ALL_CONFIG_KEYS


Copyright © 2007-2008 University of Illinois. All Rights Reserved.