Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Class
com.bea.common.security.xacml.policy.PolicySet

Packages that use PolicySet
weblogic.management.security.authorization Provides interfaces and classes for the configuration, control and monitoring of Authorization, Adjudication, and Role Mapping security providers in a WebLogic security realm. 
 

Uses of PolicySet in weblogic.management.security.authorization
 

Methods in weblogic.management.security.authorization that return PolicySet
 PolicySet PolicyStoreMBean.readPolicySet(String identifier, String version)
          Reads policy set with specified identifier and version
 

Methods in weblogic.management.security.authorization with parameters of type PolicySet
 void PolicyStoreMBean.addPolicySet(PolicySet set)
          Adds policy set.
 void PolicyStoreMBean.addPolicySet(PolicySet set, String status)
          Adds policy set.
 void PolicyStoreMBean.modifyPolicySet(PolicySet set)
          Updates policy set.
 void PolicyStoreMBean.modifyPolicySet(PolicySet set, String status)
          Updates policy set and status.
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01