|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NxpeInformationContext
Interface for contextual information passed through NxpePolicy to condition handlers.
| Method Summary | |
|---|---|
java.lang.Object |
getData(int pepInformationEnumerativeValue)
Deprecated. |
java.lang.Object |
getData(int pepInformationEnumerativeValue,
java.lang.String paramValue)
Deprecated. |
java.lang.Object |
getData(int pepInformationEnumerativeValue,
java.lang.String paramValue,
int iForceDataRead)
Deprecated. |
java.lang.Object |
getData(NxpeParameter nxpeParameter)
|
boolean |
isLoggingEnabled()
retrieve logging status for the requested evaluation When logging is enabled, the nxpeResponseContext methods setPolicy, setRule, setAction will be initiated for each action triggered by the policy evaluation. |
boolean |
isTracingEnabled()
retrieve tracing status for the requested evaluation When tracing is enabled, the nxpeResponseContext method addTraceString will be initiated for each rule, condition set, condition and action initiated as part of the evaluation process. |
boolean |
parameterIsTracable(int pepInformationEnumerativeValue,
java.lang.String paramValue)
determine if the parameter can be written to the policy trace log |
boolean |
valueIsTracable(int pepInformationEnumerativeValue,
java.lang.String paramValue)
determine if the value can be written to the policy trace log |
| Method Detail |
|---|
boolean isLoggingEnabled()
throws NxpeException
NxpeException
boolean isTracingEnabled()
throws NxpeException
NxpeException
java.lang.Object getData(NxpeParameter nxpeParameter)
throws NxpeException
NxpeException
java.lang.Object getData(int pepInformationEnumerativeValue)
throws NxpeException
NxpeException
java.lang.Object getData(int pepInformationEnumerativeValue,
java.lang.String paramValue)
throws NxpeException
NxpeException
java.lang.Object getData(int pepInformationEnumerativeValue,
java.lang.String paramValue,
int iForceDataRead)
throws NxpeException
object - to receive data value
NxpeException
boolean parameterIsTracable(int pepInformationEnumerativeValue,
java.lang.String paramValue)
throws NxpeException
enumerative - value tag for the dataparameter - value that was used for the data query
NxpeException
boolean valueIsTracable(int pepInformationEnumerativeValue,
java.lang.String paramValue)
throws NxpeException
pepInformationEnumerativeValue - enumerative value tag for the dataparamValue - parameter value that was used for the data query
NxpeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||