Skip navigation links

Oracle Fusion Middleware PDP Extension Java API Reference for Oracle Entitlements Serve
11g Release 1 (11.1.1)

E22853-02 EXAPI


com.bea.security.providers.authorization.asi
Interface InitializationShutdownFunction


public interface InitializationShutdownFunction

Interface for implementing java initialization functions and shutdown functions, the method init </code/> will be invoked during ATZ provider or RM provider initialization, and the method shutdown will be invoked during ATZ provider or RM provider shutdown.


Field Summary
static java.lang.String ACCESS_ALLOWED_CACHING
          map key for get configuration for if use access allowed cache.
static java.lang.String ACTIVATE_ON_STARTUP
          map key for get configuration for if activate on startup.
static java.lang.String ADVANCED_CONFIGURATION_PROPERTIES
          map key for get advanced configuration properties for ATZ provider or RM provider.
static java.lang.String ANONYMOUS_SUBJECT_NAME
          map key for get configuration for anonymous subject name.
static java.lang.String APPLICATION_DEPLOYMENT_PARENT
          map key for get configuration for application deployment parent.
static java.lang.String ATTRIBUTE_CONVERTERS
          map key for get configuration for attribute converters.
static java.lang.String ATTRIBUTE_RETRIEVERS
          map key for get configuration for attribute retrievers.
static java.lang.String DB_CONNECTION_IDLE_TIMEOUT
          map key for get configuration for db connection idle timeout seconds.
static java.lang.String DB_LOGIN
          map key for get configuration for database login.
static java.lang.String DB_NAME
          map key for get configuration for database name.
static java.lang.String DB_PASSWORD
          map key for get configuration for database login password.
static java.lang.String DB_POOLSIZE
          map key for get configuration for db pool size.
static java.lang.String DB_SYSTEM
          map key for get configuration for database system.
static java.lang.String DESCRIPTION
          map key for get ATZ provider or RM provider's description info.
static java.lang.String DIRECTORY
          map key for get ATZ provider or RM provider's directory.
static java.lang.String EVALUATION_FUNCTIONS
          map key for get configuration for evaluation functions.
static java.lang.String IGNORE_NON_ASI_ROLES
          map key for get configuration for if ignore non ASI roles.
static java.lang.String INSTANTIATE_WEBLOGIC_RESOURCE_CONVERTERS
          map key for get configuration for if instantiate weblogic resource converters.
static java.lang.String JDBC_DRIVER
          map key for get configuration for JDBC Driver.
static java.lang.String JDBC_URLS
          map key for get configuration for JDBC URLs.
static java.lang.String LAZY_ROLE_PROVIDER
          map key for get configuration for if get roles in lazy mode.
static java.lang.String METADIRECTORY_TIMEOUT_SECOND
          map key for get configuration for metadirectory timeout seconds.
static java.lang.String PRELOAD_ATTRIBUTES
          map key for get configuration for preload attributes.
static java.lang.String PROVIDER_CLASSNAME
          map key for get ATZ provider or RM provider's class name.
static java.lang.String RESOURCE_CONVERTERS
          map key for get configuration for resource converters.
static java.lang.String SESSION_EVICTION_CAPACITY
          map key for get configuration for session eviction capacity.
static java.lang.String SESSION_EVICTION_PERCENTAGE
          map key for get configuration for session eviction percentage.
static java.lang.String SESSION_EXPIRATION_SECOND
          map key for get configuration for session expiration seconds.
static java.lang.String SHARED_RESOURCES_PARENT
          map key for get configuration for shared resources parent.
static java.lang.String SUBJECT_DATA_CACHE_EXPIRATION_SECOND
          map key for get configuration for data cache expiration seconds.
static java.lang.String USE_METADIRECTORY
          map key for get configuration for if use metadirectory.
static java.lang.String USER_OBSERVER
          map key for get UserObserver object.
static java.lang.String VERSION
          map key for get ATZ provider or RM provider's version info.

 

Method Summary
 void init(java.util.Map config)
          initialization function
 void shutdown()
          shutdown function

 

Field Detail

ACCESS_ALLOWED_CACHING

static final java.lang.String ACCESS_ALLOWED_CACHING
map key for get configuration for if use access allowed cache.
See Also:
Constant Field Values

ACTIVATE_ON_STARTUP

static final java.lang.String ACTIVATE_ON_STARTUP
map key for get configuration for if activate on startup.
See Also:
Constant Field Values

ADVANCED_CONFIGURATION_PROPERTIES

static final java.lang.String ADVANCED_CONFIGURATION_PROPERTIES
map key for get advanced configuration properties for ATZ provider or RM provider. The corresoponding value in map is Properties.
See Also:
Constant Field Values

ANONYMOUS_SUBJECT_NAME

static final java.lang.String ANONYMOUS_SUBJECT_NAME
map key for get configuration for anonymous subject name.
See Also:
Constant Field Values

APPLICATION_DEPLOYMENT_PARENT

static final java.lang.String APPLICATION_DEPLOYMENT_PARENT
map key for get configuration for application deployment parent.
See Also:
Constant Field Values

ATTRIBUTE_CONVERTERS

static final java.lang.String ATTRIBUTE_CONVERTERS
map key for get configuration for attribute converters. The corresoponding value in map is String[].
See Also:
Constant Field Values

ATTRIBUTE_RETRIEVERS

static final java.lang.String ATTRIBUTE_RETRIEVERS
map key for get configuration for attribute retrievers. The corresoponding value in map is String[].
See Also:
Constant Field Values

DB_CONNECTION_IDLE_TIMEOUT

static final java.lang.String DB_CONNECTION_IDLE_TIMEOUT
map key for get configuration for db connection idle timeout seconds.
See Also:
Constant Field Values

DB_LOGIN

static final java.lang.String DB_LOGIN
map key for get configuration for database login.
See Also:
Constant Field Values

DB_NAME

static final java.lang.String DB_NAME
map key for get configuration for database name.
See Also:
Constant Field Values

DB_PASSWORD

static final java.lang.String DB_PASSWORD
map key for get configuration for database login password.
See Also:
Constant Field Values

DB_POOLSIZE

static final java.lang.String DB_POOLSIZE
map key for get configuration for db pool size.
See Also:
Constant Field Values

DB_SYSTEM

static final java.lang.String DB_SYSTEM
map key for get configuration for database system.
See Also:
Constant Field Values

DESCRIPTION

static final java.lang.String DESCRIPTION
map key for get ATZ provider or RM provider's description info.
See Also:
Constant Field Values

DIRECTORY

static final java.lang.String DIRECTORY
map key for get ATZ provider or RM provider's directory.
See Also:
Constant Field Values

EVALUATION_FUNCTIONS

static final java.lang.String EVALUATION_FUNCTIONS
map key for get configuration for evaluation functions. The corresoponding value in map is String[].
See Also:
Constant Field Values

IGNORE_NON_ASI_ROLES

static final java.lang.String IGNORE_NON_ASI_ROLES
map key for get configuration for if ignore non ASI roles.
See Also:
Constant Field Values

INSTANTIATE_WEBLOGIC_RESOURCE_CONVERTERS

static final java.lang.String INSTANTIATE_WEBLOGIC_RESOURCE_CONVERTERS
map key for get configuration for if instantiate weblogic resource converters.
See Also:
Constant Field Values

JDBC_DRIVER

static final java.lang.String JDBC_DRIVER
map key for get configuration for JDBC Driver.
See Also:
Constant Field Values

JDBC_URLS

static final java.lang.String JDBC_URLS
map key for get configuration for JDBC URLs. The corresoponding value in map is String[].
See Also:
Constant Field Values

LAZY_ROLE_PROVIDER

static final java.lang.String LAZY_ROLE_PROVIDER
map key for get configuration for if get roles in lazy mode.
See Also:
Constant Field Values

METADIRECTORY_TIMEOUT_SECOND

static final java.lang.String METADIRECTORY_TIMEOUT_SECOND
map key for get configuration for metadirectory timeout seconds.
See Also:
Constant Field Values

PRELOAD_ATTRIBUTES

static final java.lang.String PRELOAD_ATTRIBUTES
map key for get configuration for preload attributes.
See Also:
Constant Field Values

PROVIDER_CLASSNAME

static final java.lang.String PROVIDER_CLASSNAME
map key for get ATZ provider or RM provider's class name.
See Also:
Constant Field Values

RESOURCE_CONVERTERS

static final java.lang.String RESOURCE_CONVERTERS
map key for get configuration for resource converters. The corresoponding value in map is String[].
See Also:
Constant Field Values

SESSION_EVICTION_CAPACITY

static final java.lang.String SESSION_EVICTION_CAPACITY
map key for get configuration for session eviction capacity.
See Also:
Constant Field Values

SESSION_EVICTION_PERCENTAGE

static final java.lang.String SESSION_EVICTION_PERCENTAGE
map key for get configuration for session eviction percentage.
See Also:
Constant Field Values

SESSION_EXPIRATION_SECOND

static final java.lang.String SESSION_EXPIRATION_SECOND
map key for get configuration for session expiration seconds.
See Also:
Constant Field Values

SHARED_RESOURCES_PARENT

static final java.lang.String SHARED_RESOURCES_PARENT
map key for get configuration for shared resources parent.
See Also:
Constant Field Values

SUBJECT_DATA_CACHE_EXPIRATION_SECOND

static final java.lang.String SUBJECT_DATA_CACHE_EXPIRATION_SECOND
map key for get configuration for data cache expiration seconds.
See Also:
Constant Field Values

USE_METADIRECTORY

static final java.lang.String USE_METADIRECTORY
map key for get configuration for if use metadirectory.
See Also:
Constant Field Values

USER_OBSERVER

static final java.lang.String USER_OBSERVER
map key for get UserObserver object.
See Also:
Constant Field Values

VERSION

static final java.lang.String VERSION
map key for get ATZ provider or RM provider's version info.
See Also:
Constant Field Values

Method Detail

init

void init(java.util.Map config)
initialization function
Parameters:
config: - initialization parameters, which contains all configurations for Authorization provider or Role Mapping provider. The key of this map is defined as final String in this interface. The configuration change in Administration Console may affect the attribute value in this map.

shutdown

void shutdown()
shutdown function

Skip navigation links

Oracle Fusion Middleware PDP Extension Java API Reference for Oracle Entitlements Serve
11g Release 1 (11.1.1)

E22853-02 EXAPI


Copyright © 2011, Oracle. All rights reserved.