Skip navigation links

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

E27208-01


com.bharosa.vcrypt.tracker.intf
Interface VCryptRulesResult


public interface VCryptRulesResult

This class contains the result of the rules processing.


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

 

Method Detail

getAllActions

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

getResult

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

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

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

List getAlertMessageList()

getRuntimeType

Integer getRuntimeType()

getDeviceId

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
11g Release 2 (11.1.2)

E27208-01


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.