Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
Release 11g (11.1.1)

E15864-02


com.bharosa.vcrypt.tracker.intf
Interface VCryptRulesResult


public interface VCryptRulesResult

This class contains the result of the rules processing.


Method Summary
 java.util.List getAlertMessageList()
           
 java.util.List getAllActions()
          This method returns the list of actions.
 CookieSet getCookieSet()
          Returns the CookieSet, if fingerprint is also done as part of running rules.
 java.lang.Long getDeviceId()
          Returns the associated Device Id.
 java.lang.String getResult()
          This is the action to be taken.
 java.util.Map getResultMap()
          Use this to get result of each requested runtime
 java.lang.Integer getRuntimeType()
           
 int getScore()
          Method to get the score after running the rules
 java.lang.Long getTransactionLogId()
          Get the transaction log id
 VCryptResponse getVCryptResponse()
          Return response code for the transaction

 

Method Detail

getAllActions

java.util.List getAllActions()
This method returns the list of actions.
Returns:
List with String objects.

getResult

java.lang.String getResult()
This is the action to be taken. This action is the after applying the processing rule on the list of actions returned by the rule engine
Returns:
Action string.

getScore

int getScore()
Method to get the score after running the rules
Returns:
score risk score based on all policies and pluggable scoring engines used

getTransactionLogId

java.lang.Long getTransactionLogId()
Get the transaction log id
Returns:
Long transaction Id, null if none available

getVCryptResponse

VCryptResponse getVCryptResponse()
Return response code for the transaction
Returns:
VCryptResponse response object with error code

getResultMap

java.util.Map getResultMap()
Use this to get result of each requested runtime
Returns:
Map of runTime (Integer), VCryptRulesResult

getCookieSet

CookieSet getCookieSet()
Returns the CookieSet, if fingerprint is also done as part of running rules.
Returns:
CookieSet

getAlertMessageList

java.util.List getAlertMessageList()

getRuntimeType

java.lang.Integer getRuntimeType()

getDeviceId

java.lang.Long getDeviceId()
Returns the associated Device Id.
Returns:
associated device id.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
Release 11g (11.1.1)

E15864-02


Copyright © 2011, Oracle. All rights reserved.