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

Part Number E41849-02

Uses of Interface
weblogic.security.spi.DeployPolicyHandle

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

Uses of DeployPolicyHandle in weblogic.security.spi
 

Methods in weblogic.security.spi that return DeployPolicyHandle
 DeployPolicyHandle DeployableAuthorizationProviderV2.startDeployPolicies(ApplicationInfo application)
          Marks the beginning of an application policy deployment and is called on all servers within a WebLogic Server domain where an application is targeted.
 

Methods in weblogic.security.spi with parameters of type DeployPolicyHandle
 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 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.
 void DeployableAuthorizationProviderV2.undeployAllPolicies(DeployPolicyHandle handle)
          Undeploys all policy for an deployed application (that is, deletes a set of policy definitions on behalf of an undeployed Web application or EJB).
 


Copyright 1996, 2014, 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.3)

Part Number E41849-02