edu.uiuc.ncsa.myproxy.oa4mp.client
Interface ClientXMLTags

All Superinterfaces:
edu.uiuc.ncsa.security.core.configuration.ConfigurationTags, edu.uiuc.ncsa.security.core.configuration.StorageConfigurationTags

public interface ClientXMLTags
extends edu.uiuc.ncsa.security.core.configuration.StorageConfigurationTags

These are the tags that appear in the client XML configuration file.

Created by Jeff Gaynor
on 3/23/12 at 8:17 AM


Field Summary
static String ACCESS_TOKEN_URI
           
static String ASSET_STORE
          Tag identifying the asset store.
static String ASSET_URI
           
static String AUTHORIZE_TOKEN_URI
           
static String BASE_URI
           
static String CALLBACK_URI
          The callback uri to be used for every request.
static String CERT_LIFETIME
           
static String COMPONENT
          Identifies the client block.
static String ENABLE_ASSET_CLEANUP
           
static String ID
          The identifier used in client registration
static String INITIATE_URI
           
static String MAX_ASSET_LIFETIME
           
static String PRIVATE_KEY
           
static String PUBLIC_KEY
           
static String SKIN
           
 
Fields inherited from interface edu.uiuc.ncsa.security.core.configuration.StorageConfigurationTags
FILE_STORE, FS_DATA, FS_INDEX, FS_PATH, MEMORY_STORE, MYSQL_STORE, POSTGRESQL_STORE, SQL_DATABASE, SQL_PREFIX, SQL_SCHEMA, SQL_TABLENAME
 

Field Detail

COMPONENT

static final String COMPONENT
Identifies the client block. A configuration for a client resides completely in one of these.

See Also:
Constant Field Values

ID

static final String ID
The identifier used in client registration

See Also:
Constant Field Values

CALLBACK_URI

static final String CALLBACK_URI
The callback uri to be used for every request. See also ClientEnvironment.getCallback().

See Also:
Constant Field Values

BASE_URI

static final String BASE_URI
See Also:
Constant Field Values

INITIATE_URI

static final String INITIATE_URI
See Also:
Constant Field Values

ACCESS_TOKEN_URI

static final String ACCESS_TOKEN_URI
See Also:
Constant Field Values

AUTHORIZE_TOKEN_URI

static final String AUTHORIZE_TOKEN_URI
See Also:
Constant Field Values

ASSET_URI

static final String ASSET_URI
See Also:
Constant Field Values

PUBLIC_KEY

static final String PUBLIC_KEY
See Also:
Constant Field Values

PRIVATE_KEY

static final String PRIVATE_KEY
See Also:
Constant Field Values

CERT_LIFETIME

static final String CERT_LIFETIME
See Also:
Constant Field Values

SKIN

static final String SKIN
See Also:
Constant Field Values

MAX_ASSET_LIFETIME

static final String MAX_ASSET_LIFETIME
See Also:
Constant Field Values

ENABLE_ASSET_CLEANUP

static final String ENABLE_ASSET_CLEANUP
See Also:
Constant Field Values

ASSET_STORE

static final String ASSET_STORE
Tag identifying the asset store.

See Also:
Constant Field Values


Copyright © 2013. All Rights Reserved.