BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


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. 
weblogic.security.providers.saml   
 

Uses of CreateException in weblogic.management.security.authorization
 

Methods in weblogic.management.security.authorization that throw CreateException
 void RoleEditorMBean.createRole(String resourceId, String roleName, String expression)
          Creates role for a resource.
 void RoleEditorMBean.setRoleExpression(String resourceId, String roleName, String expression)
          Sets the policy expression for a role.
 void RoleAuxiliaryMBean.createRole(String resourceId, String roleName, String expression, String auxiliary)
          Creates role for a resource.
 void RoleAuxiliaryMBean.setRoleAuxiliary(String resourceId, String roleName, String auxiliary)
          Set auxiliary role for a resource.
 void PolicyStoreMBean.addPolicy(String policy)
          Adds policy to policy store.
 void PolicyStoreMBean.addPolicy(String policy, int status)
          Adds policy to policy store
 void PolicyStoreMBean.addPolicySet(String set)
          Adds policy set to policy store.
 void PolicyStoreMBean.addPolicySet(String set, int status)
          Adds policy set to policy store
 void PolicyStoreMBean.setPolicy(String policy)
          Updates policy in policy store.
 void PolicyStoreMBean.setPolicy(String policy, int status)
          Updates policy in policy store
 void PolicyStoreMBean.setPolicySet(String set)
          Updates policy set in policy store.
 void PolicyStoreMBean.setPolicySet(String set, int status)
          Updates policy set in policy store
 void PolicyStoreMBean.setPolicyStatus(String identifier, String version, int status)
          Sets status for policy identified by identifier and version
 void PolicyStoreMBean.setPolicySetStatus(String identifier, String version, int status)
          Sets status for policy set identified by identifier and version
 void PolicyEditorMBean.setPolicyExpression(String resourceId, String expression)
          Sets a policy expression for a resource.
 void PolicyEditorMBean.createPolicy(String resourceId, String expression)
          Creates a policy for accessing a resource.
 

Uses of CreateException in weblogic.management.security.credentials
 

Methods in weblogic.management.security.credentials that throw CreateException
 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.
 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.
 

Uses of CreateException in weblogic.security.providers.saml
 

Methods in weblogic.security.providers.saml that throw CreateException
 void SAMLIdentityAsserterV2Impl.addAssertingParty(weblogic.security.providers.saml.registry.SAMLAssertingParty partner)
           
 void SAMLCredentialMapperV2Impl.addRelyingParty(weblogic.security.providers.saml.registry.SAMLRelyingParty partner)
           
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.