Skip navigation links

Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14651-06


Uses of Class
oracle.security.jps.mas.mgmt.jmx.policy.PortableApplicationRole

Packages that use PortableApplicationRole
oracle.security.jps.mas.mgmt.jmx.policy   

 

Uses of PortableApplicationRole in oracle.security.jps.mas.mgmt.jmx.policy

 

Methods in oracle.security.jps.mas.mgmt.jmx.policy that return PortableApplicationRole
 PortableApplicationRole JpsApplicationPolicyStoreMXBean.createApplicationRole(java.lang.String strAppId, java.lang.String name, java.lang.String displayName, java.lang.String description, java.lang.String guid)
          Function to create an application role.
static PortableApplicationRole PortableApplicationRole.from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance.
 PortableApplicationRole[] JpsApplicationPolicyStoreMXBean.getAllApplicationRoles(java.lang.String strAppId)
          Function to retrieve the different Application Roles associated with an application.
 PortableApplicationRole JpsApplicationPolicyStoreMXBean.getApplicationRole(java.lang.String strAppId, java.lang.String name)
          Function to retrieve an already created application role.
 PortableApplicationRole[] JpsApplicationPolicyStoreMXBean.getGrantedApplicationRoles(java.lang.String strAppId, PortableRoleMember roleMember)
          Function to return the Application Roles which have been granted to the principal.

 

Methods in oracle.security.jps.mas.mgmt.jmx.policy with parameters of type PortableApplicationRole
 void JpsApplicationPolicyStoreMXBean.addMembersToApplicationRole(java.lang.String strAppId, PortableApplicationRole appRole, PortableRoleMember[] arrMembers)
          Function to Add Members to a specfic Application Role.
 PortableRoleMember[] JpsApplicationPolicyStoreMXBean.getMembersForApplicationRole(java.lang.String strAppId, PortableApplicationRole appRole)
          Function to retrieve the different Members for a specific application role.
 void JpsApplicationPolicyStoreMXBean.removeMembersFromApplicationRole(java.lang.String strAppId, PortableApplicationRole appRole, PortableRoleMember[] arrMembers)
          Function to remove Members from a specfic Application Role.

 


Skip navigation links

Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14651-06


Copyright © 2013 Oracle. All rights reserved.