BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Interface
weblogic.security.spi.DeployPolicyHandle

Packages that use DeployPolicyHandle
weblogic.security.service

This package includes interfaces, classes, and exceptions that support security providers. 

weblogic.security.spi

This package includes interfaces, classes, and exceptions you use to develop security providers. 

 

Uses of DeployPolicyHandle in weblogic.security.service
 

Methods in weblogic.security.service that return DeployPolicyHandle
 DeployPolicyHandle[] AuthorizationManagerDeployHandleImpl.getDeployPolicyHandles()
          Get the array of policy handles obtained from the security providers.
 DeployPolicyHandle[] AuthorizationManagerDeployHandle.getDeployPolicyHandles()
          Get the array of policy handles obtained from the security providers.
 

Methods in weblogic.security.service with parameters of type DeployPolicyHandle
 void AuthorizationManagerDeployHandleImpl.setDeployPolicyHandles(DeployPolicyHandle[] handles)
          Set the array of policy handles obtained from the 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.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.deployExcludedPolicy(DeployPolicyHandle handle, Resource resource)
          Deploys a policy that always denies 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).
 


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