|
Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager Release 11g (11.1.1) E15864-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VCryptRulesEngine
This class provides the interface to process rules.
| Field Summary | |
|---|---|
static java.lang.String |
REQ_PROCESS_RULES |
| Method Summary | |
|---|---|
VCryptRulesResult |
processRules(java.lang.String requestId, java.util.Date requestTime, java.util.List runtimeTypes, java.util.Map contextMap)This method runs the rules and returns rules result. |
VCryptRulesResult |
processRules(java.lang.String requestId, java.util.List runtimeTypes, java.util.Map contextMap)This method runs the rules and returns rules result |
VCryptRulesResult |
processRules(java.lang.String requestId, java.lang.Long transactionId, java.lang.String extTransactionId, java.util.Date requestTime, java.util.List runtimeTypes, java.util.Map contextMap)This method runs the rules and returns rules result |
| Field Detail |
|---|
static final java.lang.String REQ_PROCESS_RULES
| Method Detail |
|---|
VCryptRulesResult processRules(java.lang.String requestId,
java.util.List runtimeTypes,
java.util.Map contextMap)
requestId - Id for the requestruntimeTypes - List of Integer object with the runtime/transactionTypes to be runcontextMap - List of name value pairs to be used by the rulesVCryptRulesResult
VCryptRulesResult processRules(java.lang.String requestId,
java.util.Date requestTime,
java.util.List runtimeTypes,
java.util.Map contextMap)
requestId - Id for the requestrequestTime - Time when this rule was runruntimeTypes - List of Integer object with the runtime/transactionTypes to be runcontextMap - List of name value pairs to be used by the rulesVCryptRulesResult
VCryptRulesResult processRules(java.lang.String requestId,
java.lang.Long transactionId,
java.lang.String extTransactionId,
java.util.Date requestTime,
java.util.List runtimeTypes,
java.util.Map contextMap)
requestId - Id for the requesttransactionId - current transactionIdextTransactionId - external transaction Id, used only when transactionId is nullrequestTime - Time when this rule was runruntimeTypes - List of Integer object with the runtime/transactionTypes to be runcontextMap - List of name value pairs to be used by the rulesVCryptRulesResult
|
Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager Release 11g (11.1.1) E15864-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||