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

Part Number E27170-02

Uses of Class
weblogic.management.utils.CreateException

Packages that use CreateException
com.bea.security.saml2.providers Provides interfaces and classes for the configuration, control, and monitoring of SAML 2.0 security providers in a WebLogic security realm. 
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
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. 
weblogic.security.providers.saml.registry Abstract interfaces for SAML 1.1 Asserting Parties, Relying Parties, and metadata. 
 

Uses of CreateException in com.bea.security.saml2.providers
 

Methods in com.bea.security.saml2.providers that throw CreateException
 void SAML2IdPPartnerRegistryMBean.addIdPPartner(IdPPartner partner)
          Adds a new IdPPartner to the registry.
 void SAML2SPPartnerRegistryMBean.addSPPartner(SPPartner spPartner)
          Adds a new SP partner to the registry.
 MetadataPartner SAML2IdPPartnerRegistryMBean.consumeIdPPartnerMetadata(String fileName)
          Returns an imported IdP partner object.
 MetadataPartner SAML2SPPartnerRegistryMBean.consumeSPPartnerMetadata(String fileName)
          Returns an imported SP partner object.
 

Uses of CreateException in weblogic.management.runtime
 

Methods in weblogic.management.runtime that throw CreateException
 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
 void PolicyStoreMBean.addPolicy(Policy policy)
          Adds policy.
 void PolicyStoreMBean.addPolicy(String policy)
          Adds policy.
 void PolicyStoreMBean.addPolicy(Policy policy, String status)
          Adds policy
 void PolicyStoreMBean.addPolicy(String policy, String status)
          Adds policy
 void PolicyStoreMBean.addPolicySet(PolicySet set)
          Adds policy set.
 void PolicyStoreMBean.addPolicySet(String set)
          Adds policy set.
 void PolicyStoreMBean.addPolicySet(PolicySet set, String status)
          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 RoleAuxiliaryMBean.createRole(String resourceId, String roleName, String expression, String auxiliary)
          Creates role for a resource.
 void RoleEditorMBean.createRole(String resourceId, String roleName, String expression)
          Creates role for a resource.
 void PolicyStoreMBean.modifyPolicy(Policy policy)
          Updates policy.
 void PolicyStoreMBean.modifyPolicy(String policy)
          Updates policy.
 void PolicyStoreMBean.modifyPolicy(Policy policy, String status)
          Updates policy and status.
 void PolicyStoreMBean.modifyPolicy(String policy, String status)
          Updates policy and status.
 void PolicyStoreMBean.modifyPolicySet(PolicySet set)
          Updates policy set.
 void PolicyStoreMBean.modifyPolicySet(String set)
          Updates policy set.
 void PolicyStoreMBean.modifyPolicySet(PolicySet set, String status)
          Updates policy set and status.
 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 RoleAuxiliaryMBean.setRoleAuxiliary(String resourceId, String roleName, String auxiliary)
          Set auxiliary role 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.
 

Uses of CreateException in weblogic.security.providers.saml.registry
 

Methods in weblogic.security.providers.saml.registry that throw CreateException
 void SAMLAssertingPartyRegistryMBean.addAssertingParty(SAMLAssertingParty assertingParty)
          Adds a new SAMLAssertingParty to the registry.
 void SAMLRelyingPartyRegistryMBean.addRelyingParty(SAMLRelyingParty relyingParty)
          Adds a new SAMLRelyingParty to the registry.
 


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-02