public class AuthorizationPolicyHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private PolicyCollectionHandler[] |
handlers |
private static weblogic.security.shared.LoggerWrapper |
log |
Constructor and Description |
---|
AuthorizationPolicyHandler(PolicyCollectionHandler[] handlers)
Construct an AuthorizationPolicyHandler.
|
Modifier and Type | Method and Description |
---|---|
void |
done()
Signals the completion of the policy set.
|
void |
setPolicy(Resource resource,
java.lang.String[] roleNames)
Set a policy for the specified resource using the supplied roles names.
|
void |
setUncheckedPolicy(Resource resource)
Set a policy which always grants access to the specified resource.
|
private static weblogic.security.shared.LoggerWrapper log
private PolicyCollectionHandler[] handlers
AuthorizationPolicyHandler(PolicyCollectionHandler[] handlers)
public void setPolicy(Resource resource, java.lang.String[] roleNames) throws ConsumptionException
ConsumptionException
public void setUncheckedPolicy(Resource resource) throws ConsumptionException
ConsumptionException
public void done() throws ConsumptionException
ConsumptionException