Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.security
Interface BISecurityConstants


public interface BISecurityConstants

Constants for security-related operations


Field Summary
static java.lang.String BICATALOG
          The invocation level that is specified for a pluggable driver for the BI Beans Catalog.
static java.lang.String OLAP
          The invocation level that is specified for a pluggable driver for Oracle OLAP.
static java.lang.String SESSION
          The invocation level that is specified for a pluggable driver.

 

Field Detail

BICATALOG

public static final java.lang.String BICATALOG
The invocation level that is specified for a pluggable driver for the BI Beans Catalog. This constant is used in the setConnectionProvider and setAuthenticationProvider methods in the BISession object.
See Also:
BISession

OLAP

public static final java.lang.String OLAP
The invocation level that is specified for a pluggable driver for Oracle OLAP. This constant is used in the setConnectionProvider and setAuthenticationProvider methods in the BISession object.
See Also:
BISession

SESSION

public static final java.lang.String SESSION
The invocation level that is specified for a pluggable driver. This constant is used in the setUserCommunityProvider and setAuthenticationProvider methods in the BISession object.
See Also:
BISession

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.