Databases Reference
In-Depth Information
Administrator: An administrator role that has full access to all BAM
Server components and the BAM web applications
Report Architect: A role that has the permission for creating data ob-
jects and reports
Report Creator: A role that has the permission for creating reports
Report Viewer: A role that has the permission for viewing reports
An example of the Administrator role looks as follows:
<app-role>
<name>Administrator</name>
<display-name>Has access to all features.</display-name>
<guid>F4CEE940299D11E0AF7E8558D9E70321</guid>
<class>
oracle.security.jps.service.policystore.ApplicationRole
</class>
<members>
<member>
<class>weblogic.security.principal.WLSGroupImpl</class>
<name>Administrators</name>
</member>
<member>
<class>weblogic.security.principal.WLSGroupImpl</class>
<name>BamAdministrators</name>
</member>
<member>
<class>weblogic.security.principal.WLSUserImpl</class>
<name>OracleSystemUser</name>
</member>
</members>
</app-role>
As you can see, the Administrator application role is the implementation of
the oracle.security.jps.service.policystore.ApplicationRole
class, and contains the following members:
Search WWH ::




Custom Search