Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Class
weblogic.management.utils.CreateException

Packages that use CreateException
weblogic.management.runtime   
weblogic.management.security.authorization   
weblogic.management.security.credentials   

 

Uses of CreateException in weblogic.management.runtime

 

Methods in weblogic.management.runtime that throw CreateException
abstract  void SingleSignOnServicesRuntimeMBean.publish(String fileName, boolean prohibitOverwrite)
          Publishes SAML 2.0 meta-data for Web Browser SSO Profile

 

Uses of CreateException in weblogic.management.security.authorization

 

Methods in weblogic.management.security.authorization that throw CreateException
abstract  void PolicyStoreMBean.addPolicy(Policy policy)
          Adds policy.
abstract  void PolicyStoreMBean.addPolicy(String policy)
          Adds policy.
abstract  void PolicyStoreMBean.addPolicy(Policy policy, String status)
          Adds policy
abstract  void PolicyStoreMBean.addPolicy(String policy, String status)
          Adds policy
abstract  void PolicyStoreMBean.addPolicySet(PolicySet set)
          Adds policy set.
abstract  void PolicyStoreMBean.addPolicySet(String set)
          Adds policy set.
abstract  void PolicyStoreMBean.addPolicySet(PolicySet set, String status)
          Adds policy set.
abstract  void PolicyStoreMBean.addPolicySet(String set, String status)
          Adds policy set.
abstract  void PolicyEditorMBean.createPolicy(String resourceId, String expression)
          Creates a policy for accessing a resource.
abstract  void RoleAuxiliaryMBean.createRole(String resourceId, String roleName, String expression, String auxiliary)
          Creates role for a resource.
abstract  void RoleEditorMBean.createRole(String resourceId, String roleName, String expression)
          Creates role for a resource.
abstract  void PolicyStoreMBean.modifyPolicy(Policy policy)
          Updates policy.
abstract  void PolicyStoreMBean.modifyPolicy(String policy)
          Updates policy.
abstract  void PolicyStoreMBean.modifyPolicy(Policy policy, String status)
          Updates policy and status.
abstract  void PolicyStoreMBean.modifyPolicy(String policy, String status)
          Updates policy and status.
abstract  void PolicyStoreMBean.modifyPolicySet(PolicySet set)
          Updates policy set.
abstract  void PolicyStoreMBean.modifyPolicySet(String set)
          Updates policy set.
abstract  void PolicyStoreMBean.modifyPolicySet(PolicySet set, String status)
          Updates policy set and status.
abstract  void PolicyStoreMBean.modifyPolicySet(String set, String status)
          Updates policy set and status.
abstract  void PolicyStoreMBean.modifyPolicySetStatus(String identifier, String version, String status)
          Sets status for policy set identified by identifier and version
abstract  void PolicyStoreMBean.modifyPolicyStatus(String identifier, String version, String status)
          Sets status for policy identified by identifier and version
abstract  void PolicyEditorMBean.setPolicyExpression(String resourceId, String expression)
          Sets a policy expression for a resource.
abstract  void RoleAuxiliaryMBean.setRoleAuxiliary(String resourceId, String roleName, String auxiliary)
          Set auxiliary role for a resource.
abstract  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
abstract  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.
abstract  void PKICredentialMapExtendedEditorMBean.setCertificateCredential(String resourceId, String principalName, String identityDomain, boolean isInitiatorUserName, String credAction, String keystoreAlias)
          Creates a public certificate mapping between the principalName, resourceid and credential action to the keystore alias.
abstract  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.
abstract  void PKICredentialMapExtendedEditorMBean.setKeypairCredential(String resourceId, String principalName, String identityDomain, 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.

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09