Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

Uses of Class
weblogic.management.utils.CreateException

Packages that use CreateException
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. 
weblogic.management.security.credentials Provides interfaces and classes for the configuration, control and monitoring of Credential Mapping security providers in a WebLogic security realm. 
 

Uses of CreateException in weblogic.management.security.authorization
 

Methods in weblogic.management.security.authorization that throw CreateException
 void PolicyStoreMBean.addPolicy(com.bea.common.security.xacml.policy.Policy policy)
          Adds policy.
 void PolicyStoreMBean.addPolicy(com.bea.common.security.xacml.policy.Policy policy, String status)
          Adds policy
 void PolicyStoreMBean.addPolicy(String policy)
          Adds policy.
 void PolicyStoreMBean.addPolicy(String policy, String status)
          Adds policy
 void PolicyStoreMBean.addPolicySet(com.bea.common.security.xacml.policy.PolicySet set)
          Adds policy set.
 void PolicyStoreMBean.addPolicySet(com.bea.common.security.xacml.policy.PolicySet set, String status)
          Adds policy set.
 void PolicyStoreMBean.addPolicySet(String set)
          Adds policy set.
 void PolicyStoreMBean.addPolicySet(String set, String status)
          Adds policy set.
 void PolicyEditorMBean.createPolicy(String resourceId, String expression)
          Creates a policy for accessing a resource.
 void RoleEditorMBean.createRole(String resourceId, String roleName, String expression)
          Creates role for a resource.
 void PolicyStoreMBean.modifyPolicy(com.bea.common.security.xacml.policy.Policy policy)
          Updates policy.
 void PolicyStoreMBean.modifyPolicy(com.bea.common.security.xacml.policy.Policy policy, String status)
          Updates policy and status.
 void PolicyStoreMBean.modifyPolicy(String policy)
          Updates policy.
 void PolicyStoreMBean.modifyPolicy(String policy, String status)
          Updates policy and status.
 void PolicyStoreMBean.modifyPolicySet(com.bea.common.security.xacml.policy.PolicySet set)
          Updates policy set.
 void PolicyStoreMBean.modifyPolicySet(com.bea.common.security.xacml.policy.PolicySet set, String status)
          Updates policy set and status.
 void PolicyStoreMBean.modifyPolicySet(String set)
          Updates policy set.
 void PolicyStoreMBean.modifyPolicySet(String set, String status)
          Updates policy set and status.
 void PolicyStoreMBean.modifyPolicySetStatus(String identifier, String version, String status)
          Sets status for policy set identified by identifier and version
 void PolicyStoreMBean.modifyPolicyStatus(String identifier, String version, String status)
          Sets status for policy identified by identifier and version
 void PolicyEditorMBean.setPolicyExpression(String resourceId, String expression)
          Sets a policy expression for a resource.
 void RoleEditorMBean.setRoleExpression(String resourceId, String roleName, String expression)
          Sets the policy expression for a role.
 

Uses of CreateException in weblogic.management.security.credentials
 

Methods in weblogic.management.security.credentials that throw CreateException
 void PKICredentialMapEditorMBean.setCertificateCredential(String resourceId, String principalName, boolean isInitiatorUserName, String credAction, String keystoreAlias)
          Creates a public certificate mapping between the principalName, resourceid and credential action to the keystore alias.
 void PKICredentialMapEditorMBean.setKeypairCredential(String resourceId, String principalName, boolean isInitiatorUserName, String credAction, String keystoreAlias, char[] password)
          Creates a keypair mapping between the principalName, resourceid and credential action to the keystore alias and the corresponding password.
 


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02