Package org.oa4mp.client.api
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.StorageConfigurationTagsThese 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
-
Fields inherited from interface edu.uiuc.ncsa.security.core.configuration.StorageConfigurationTags
AGGREGATE_STORE, DERBY_STORE, DERBY_STORE_TYPE_FILE, DERBY_STORE_TYPE_MEMORY, DERBY_STORE_TYPE_SERVER, FILE_STORE, FS_DATA, FS_INDEX, FS_PATH, FS_REMOVE_EMPTY_FILES, FS_REMOVE_FAILED_FILES, MARIADB_STORE, 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 alsoClientEnvironment.getCallback(). The various other URIs may be used to override the values (e.g. the revocation uri) if not the standard for the distro.- See Also:
- Constant Field Values
-
ACCESS_TOKEN_URI
static final String ACCESS_TOKEN_URI
- See Also:
- Constant Field Values
-
ASSET_URI
static final String ASSET_URI
- See Also:
- Constant Field Values
-
ISSUER_URI
static final String ISSUER_URI
- See Also:
- Constant Field Values
-
AUTHORIZE_TOKEN_URI
static final String AUTHORIZE_TOKEN_URI
- See Also:
- Constant Field Values
-
BASE_URI
static final String BASE_URI
- See Also:
- Constant Field Values
-
DEVICE_AUTHORIZATION_URI
static final String DEVICE_AUTHORIZATION_URI
- See Also:
- Constant Field Values
-
INITIATE_URI
static final String INITIATE_URI
- See Also:
- Constant Field Values
-
INTROSPECTION_URI
static final String INTROSPECTION_URI
- See Also:
- Constant Field Values
-
REVOCATION_URI
static final String REVOCATION_URI
- See Also:
- Constant Field Values
-
USER_INFO_URI
static final String USER_INFO_URI
- See Also:
- Constant Field Values
-
SECRET_KEY
static final String SECRET_KEY
- See Also:
- Constant Field Values
-
JWKS
static final String JWKS
- See Also:
- Constant Field Values
-
JWKS_FILE
static final String JWKS_FILE
- See Also:
- Constant Field Values
-
JWK_KEY_ID
static final String JWK_KEY_ID
-
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
-
KEYPAIR_LIFETIME
static final String KEYPAIR_LIFETIME
- See Also:
- Constant Field Values
-
ENABLE_ASSET_CLEANUP
static final String ENABLE_ASSET_CLEANUP
- See Also:
- Constant Field Values
-
SHOW_REDIRECT_PAGE
static final String SHOW_REDIRECT_PAGE
- See Also:
- Constant Field Values
-
ERROR_PAGE_PATH
static final String ERROR_PAGE_PATH
- See Also:
- Constant Field Values
-
REDIRECT_PAGE_PATH
static final String REDIRECT_PAGE_PATH
- See Also:
- Constant Field Values
-
SUCCESS_PAGE_PATH
static final String SUCCESS_PAGE_PATH
- See Also:
- Constant Field Values
-
OIDC_ENABLED
static final String OIDC_ENABLED
- See Also:
- Constant Field Values
-
SHOW_ID_TOKEN
static final String SHOW_ID_TOKEN
- See Also:
- Constant Field Values
-
USE_HTTP_BASIC_AUTHORIZATIION
static final String USE_HTTP_BASIC_AUTHORIZATIION
- See Also:
- Constant Field Values
-
ASSET_STORE
static final String ASSET_STORE
Tag identifying the asset store.- See Also:
- Constant Field Values
-
-