Skip navigation links

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

E14651-05


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

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

 

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

 

Methods in oracle.security.jps.mas.mgmt.jmx.policy that return PortableRoleMember
static PortableRoleMember PortableRoleMember.from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance.
 PortableRoleMember[] JpsApplicationPolicyStoreMXBean.getMembersForApplicationRole(java.lang.String strAppId, PortableApplicationRole appRole)
          Function to retrieve the different Members for a specific application role.

 

Methods in oracle.security.jps.mas.mgmt.jmx.policy with parameters of type PortableRoleMember
 void JpsApplicationPolicyStoreMXBean.addMembersToApplicationRole(java.lang.String strAppId, PortableApplicationRole appRole, PortableRoleMember[] arrMembers)
          Function to Add Members to a specfic Application Role.
 PortableApplicationRole[] JpsApplicationPolicyStoreMXBean.getGrantedApplicationRoles(java.lang.String strAppId, PortableRoleMember roleMember)
          Function to return the Application Roles which have been granted to the principal.
 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-05


Copyright © 2011, Oracle. All rights reserved.