Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.security.spi.DeployPolicyHandle

Packages that use DeployPolicyHandle
weblogic.security.spi   

 

Uses of DeployPolicyHandle in weblogic.security.spi

 

Methods in weblogic.security.spi that return DeployPolicyHandle
abstract  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
abstract  void DeployableAuthorizationProviderV2.deployExcludedPolicy(DeployPolicyHandle handle, Resource resource)
          Deploys a policy that always denies access.
abstract  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).
abstract  void DeployableAuthorizationProviderV2.deployUncheckedPolicy(DeployPolicyHandle handle, Resource resource)
          Deploys a policy that always grants access.
abstract  void DeployableAuthorizationProviderV2.endDeployPolicies(DeployPolicyHandle handle)
          Marks the end of an application policy deployment.
abstract  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).

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09