| Package | Description | 
|---|---|
| weblogic.management.security.authorization | 
 Provides interfaces and classes for the configuration, control and monitoring of Authorization, Adjudication, and Role Mapping security providers in a WebLogic security realm. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PolicyStoreMBean.deletePolicy(String identifier,
            String version)
Deletes policy with given identifier and version. 
 | 
void | 
PolicyStoreMBean.deletePolicySet(String identifier,
               String version)
Deletes policy set with given identifier and version. 
 | 
void | 
PolicyEditorMBean.removePolicy(String resourceId)
Removes a policy. 
 | 
void | 
RoleEditorMBean.removeRole(String resourceId,
          String roleName)
Removes a role from a resource. 
 |