|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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). |
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |