Package | Description |
---|---|
weblogic.security.spi |
This package includes interfaces, classes, and exceptions you use to develop security providers.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DeployableAuthorizationProviderV2.deployExcludedPolicy(DeployPolicyHandle handle,
Resource resource) |
Deploys a policy that always denies access.
|
void |
DeployableAuthorizationProviderV2.deployPolicy(DeployPolicyHandle handle,
Resource resource,
java.lang.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).
|