public static interface AuthorizationService.PolicyDeploymentContext
| Modifier and Type | Method and Description |
|---|---|
void |
addExcludedPolicy(String resource,
String action) |
void |
addRolePolicy(String role,
String resource,
String action) |
void |
addUncheckedPolicy(String resource,
String action) |
void |
commit() |
void |
delete() |
void |
removeExcludedPolicies() |
void |
removeRolePolicies() |
void |
removeRolePolicy(String role) |
void |
removeUncheckedPolicies() |
void removeRolePolicy(String role)
void removeRolePolicies()
void removeUncheckedPolicies()
void removeExcludedPolicies()
void commit()
void delete()
Copyright © 2013. All Rights Reserved.