|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MethodPermission
Represents whether or not a RestCommand is enabled or not, depending on configuration in wlp-restapi-config.xml.
There are three REST framework supplied implementations of this interface: AlwaysEnabled, AlwaysDisabled and LoginRequired.
By implementing and configuring a one of these or a custom version of this interface via wlp-restapi-config.xml, arbitrary logic can be invoked to determine whether or not a particular RestCommand should be dispatched based on all information contained in the supplied RestContext.
| Method Summary | |
|---|---|
boolean |
isEnabled(RestContext restContext)Returns whether or not, based on the state of the supplied RestContext, the REST framework should invoke the RestCommand that this MethodPermission is associated with. |
| Method Detail |
|---|
boolean isEnabled(RestContext restContext)
RestContext, the REST framework should invoke the RestCommand that this MethodPermission is associated with.restContext - the incoming RestContextRestCommand should be allowed to execute, false otherwise.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.