|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface PolicyEditorMBean
Provides a set of methods for creating, editing, and removing policies. An Authorization-provider MBean can optionally extend this MBean. The WebLogic Server Administration Console detects when an Authorization provider extends this MBean and automatically provides a GUI for using these methods.
| Method Summary | |
|---|---|
abstract void |
createPolicy(String resourceId, String expression)Creates a policy for accessing a resource. |
abstract void |
removePolicy(String resourceId)Removes a policy. |
abstract void |
setPolicyExpression(String resourceId, String expression)Sets a policy expression for a resource. |
| Methods inherited from interface weblogic.management.security.authorization.PolicyReaderMBean |
|---|
getPolicyExpression, policyExists |
| Methods inherited from interface weblogic.management.commo.StandardInterface |
|---|
getName |
| Methods inherited from interface weblogic.descriptor.DescriptorBean |
|---|
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener |
| Method Detail |
|---|
void setPolicyExpression(String resourceId,
String expression)
throws NotFoundException,
CreateException
resourceId - - The resource for which this method sets the policy expression. A null value will trigger NullPointerException.expression - - The expression that determines the type of access this policy allows to the resource. A null value prohibits any type of access.NotFoundExceptionCreateException
void createPolicy(String resourceId,
String expression)
throws AlreadyExistsException,
CreateException
resourceId - - The ID of the resource. A null value will trigger NullPointerException.
For information about creating resources, refer to the Javadoc for weblogic.security.spi.Resource.
expression - - The expression that determines the type of access this policy allows to the resource. A null value prohibits any type of access.AlreadyExistsExceptionCreateException
void removePolicy(String resourceId)
throws NotFoundException,
RemoveException
resourceId - - The resource for which this method removes a policy. A null value may trigger NullPointerException.NotFoundExceptionRemoveException
|
Copyright 1996, 2015, 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. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||