Skip navigation links

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

E14651-03


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

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

 

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

 

Methods in oracle.security.jps.mas.mgmt.jmx.policy that return PortableGrant
static PortableGrant PortableGrant.from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance.
 PortableGrant[] PortableJavaPolicy.getGrants()
           

 

Methods in oracle.security.jps.mas.mgmt.jmx.policy with parameters of type PortableGrant
 void JpsApplicationPolicyStoreMXBean.grantToApplicationPolicy(java.lang.String strAppId, PortableGrant[] arrPortableGrants)
          Function to add grants to a specific Application Policy.
 void JpsGlobalPolicyStoreMXBean.grantToSystemPolicy(PortableGrant[] arrPortableGrant)
          Function to add grants to the System (Global) Policy.
 void JpsApplicationPolicyStoreMXBean.revokeFromApplicationPolicy(java.lang.String strAppId, PortableGrant[] arrPortableGrants)
          Function to revoke grants from a specific Application Policy.
 void JpsGlobalPolicyStoreMXBean.revokeFromSystemPolicy(PortableGrant[] arrPortableGrants)
          Function to remove grants from the System (Global) Policy.

 


Skip navigation links

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

E14651-03


Copyright © 2010, Oracle. All rights reserved.