Skip to Main Content
Return to Navigation

Establishing Security Bridges for Your Business Intelligence Tool

This topic provides an overview of security bridges and discusses PeopleSoft-delivered Application Programming Interfaces (APIs).

Role Collection

This class is a collection class of individual Role classes. The collection will inherit the normal Java methods to traverse the collection, for example, next(), first() and so forth. Also methods such as add(), remove() can be used and implemented as an ArrayList.

Public Methods

Role

This class defines a single Role defined in the EPM row-level security framework.

Public Methods

User Collection

This class contains the same information as the Role Collection class. The only difference is that the values for this class represent user collection and not role collection.

User

This class contains information about a single User defined in EPM Security.

Public Methods

Dimension Collection

This class contains information about the list of dimensions defined as secured dimensions in EPM Security. Each element of the collection is a Dimension class that represents one secured Dimension in the EPM system. The collection will inherit the normal Java methods to traverse the collection, for example, next(), first() and so forth. Also methods such as add(), remove() can be used.

Public Methods

Dimension

This class contains information about a single Dimension defined in the EPM database.

Public Methods

MetricCollection

This class contains information about metric collection.

Public Methods

Metric

This class contains information about the metrics (columns) setup in EPM Security. This is for the Column-level security.

Public Methods

JDBCConnection

This class is used to connect to a database using a JDBC driver.

Public Methods