BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Class
weblogic.management.utils.CreateException

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

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


Documentation is available at
http://e-docs.bea.com/wls/docs90
Copyright 2005 BEA Systems Inc.