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.data
Class TransactionCreateRequestData

java.lang.Object
  extended by com.bharosa.vcrypt.tracker.data.TransactionCreateRequestData


public class TransactionCreateRequestData
extends Object

Constructor Summary
TransactionCreateRequestData(String requestId, Date requestTime, String transactionKey, String externalTransactionId, Integer status, Map contextMap)
          Data Object to create a Transaction
TransactionCreateRequestData(String requestId, Date requestTime, String transactionKey, String externalTransactionId, Integer status, Map contextMap, Boolean analyzePatterns)
          Data Object to create a Transaction
TransactionCreateRequestData(VCryptResponse response)
           

 

Method Summary
 Map getContextMap()
           
 String getExternalTransactionId()
           
 String getRequestId()
           
 Date getRequestTime()
           
 VCryptResponse getResponse()
           
 Integer getStatus()
           
 String getTransactionKey()
           
 void setResponse(VCryptResponse response)
           
 Boolean shouldAnalyzePatterns()
           
 String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

TransactionCreateRequestData

public TransactionCreateRequestData(String requestId,
                                    Date requestTime,
                                    String transactionKey,
                                    String externalTransactionId,
                                    Integer status,
                                    Map contextMap)
                             throws BharosaException
Data Object to create a Transaction
Parameters:
requestId - required to identify the user session
requestTime - request time, if null uses the current time
transactionKey - required data, key to transaction definition
externalTransactionId - optional, if there is external transaction, can be used to later to update the transaction.
status - status of the transaction can be null
contextMap - context data
Throws:
BharosaException - if fails validations

TransactionCreateRequestData

public TransactionCreateRequestData(String requestId,
                                    Date requestTime,
                                    String transactionKey,
                                    String externalTransactionId,
                                    Integer status,
                                    Map contextMap,
                                    Boolean analyzePatterns)
                             throws BharosaException
Data Object to create a Transaction
Parameters:
requestId - required to identify the user session
requestTime - request time, if null uses the current time
transactionKey - required data, key to transaction definition
externalTransactionId - optional, if there is external transaction, can be used to later to update the transaction.
status - status of the transaction can be null
contextMap - context data
analyzePatterns - true if patterns should be analyzed
Throws:
BharosaException - if fails validations

TransactionCreateRequestData

public TransactionCreateRequestData(VCryptResponse response)

Method Detail

getRequestId

public String getRequestId()

getRequestTime

public Date getRequestTime()

getStatus

public Integer getStatus()

getContextMap

public Map getContextMap()

getTransactionKey

public String getTransactionKey()

getExternalTransactionId

public String getExternalTransactionId()

shouldAnalyzePatterns

public Boolean shouldAnalyzePatterns()

toString

public String toString()
Overrides:
toString in class Object

setResponse

public void setResponse(VCryptResponse response)

getResponse

public VCryptResponse getResponse()

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.