|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NxpeAction
Defines the interface that you need to extend.
It contains the methods required to implement a deny, permit, or obligation action.
| Method Summary | |
|---|---|
NxpeResult |
doAction(NxpeInformationContext informationCtx,
NxpeResponseContext responseCtx)
Called by the policy engine when the action extension needs to be evaluated for a policy. |
void |
initialize(NxpeParameterList configurationValues)
Called by the policy engine and therefore must be implemented. |
void |
setInterfaceId(java.lang.String interfaceId)
Sets the unique string value for the action. |
| Method Detail |
|---|
void initialize(NxpeParameterList configurationValues)
throws NxpeException
configurationValues - The object containing requested configuration
values.
NxpeException
NxpeResult doAction(NxpeInformationContext informationCtx,
NxpeResponseContext responseCtx)
throws NxpeException
informationCtx - The parameter information the extension needs from
the policy engine to evaluate the condition.responseCtx - The results of the action.
NxpeException
void setInterfaceId(java.lang.String interfaceId)
throws NxpeException
interfaceID - The unique string value for the action.
NxpeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||