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.security.spi.ResourceCreationException

Packages that use ResourceCreationException
weblogic.security.spi This package includes interfaces, classes, and exceptions you use to develop security providers. 
 

Uses of ResourceCreationException in weblogic.security.spi
 

Methods in weblogic.security.spi that throw ResourceCreationException
 void DeployableCredentialProvider.deployCredentialMapping(Resource resource, String initiatingPrincipal, String eisUsername, String eisPassword)
          Deprecated. Deploys credential maps (that is, creates a credential mapping on behalf of a deployed Resource Adapter).
 void DeployableAuthorizationProviderV2.deployExcludedPolicy(DeployPolicyHandle handle, Resource resource)
          Deploys a policy that always denies access.
 void DeployableAuthorizationProviderV2.deployPolicy(DeployPolicyHandle handle, Resource resource, String[] roleNames)
          Deploys a policy (that is, creates a policy on behalf of a deployed Web application or EJB).
 void DeployableAuthorizationProvider.deployPolicy(Resource resource, String[] roleNames)
          Deprecated. Deploys a policy (that is, creates a policy on behalf of a deployed Web application or EJB).
 void DeployableAuthorizationProviderV2.deployUncheckedPolicy(DeployPolicyHandle handle, Resource resource)
          Deploys a policy that always grants access.
 void DeployableAuthorizationProviderV2.endDeployPolicies(DeployPolicyHandle handle)
          Marks the end of an application policy deployment.
 


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