Skip navigation links

Oracle Adaptive Access Manager Java API Reference
11.1.1

E15864-01


Uses of Class
com.bharosa.vcrypt.common.util.VCryptResponse

Packages that use VCryptResponse
com.bharosa.vcrypt.common.util   
com.bharosa.vcrypt.tracker.intf   
com.bharosa.vcrypt.tracker.util   

 

Uses of VCryptResponse in com.bharosa.vcrypt.common.util

 

Methods in com.bharosa.vcrypt.common.util that return VCryptResponse
 VCryptResponse VCryptBooleanResponse.getRepsonse()
           
 VCryptResponse VCryptStringArrayResponse.getRepsonse()
           
static VCryptResponse VCryptResponse.getSuccess()
           
static VCryptResponse VCryptResponse.getUnexpectedErrorResponse()
           
 VCryptResponse VCryptResponse.setSessionId(java.lang.String sessionId)
           
 VCryptResponse VCryptResponse.setTransactionResponse(TransactionResponse transactionResponse)
           

 

Constructors in com.bharosa.vcrypt.common.util with parameters of type VCryptResponse
VCryptBooleanResponse(boolean data, VCryptResponse repsonse)
           
VCryptStringArrayResponse(java.lang.String[] data, VCryptResponse repsonse)
           

 

Uses of VCryptResponse in com.bharosa.vcrypt.tracker.intf

 

Methods in com.bharosa.vcrypt.tracker.intf that return VCryptResponse
 VCryptResponse VCryptTracker.clearSafeDeviceList(java.lang.String requestId)
          Clear safe device list of the user associated with this request
 VCryptResponse VCryptTracker.createTransaction(TransactionCreateRequestData transactionCreateRequestData)
          API To create a Transaction
 VCryptResponse[] VCryptTracker.createTransactions(TransactionCreateRequestData[] transactionCreateRequestData)
          API To create a Transactions in bulk Return response object for each create request
 VCryptResponse NameValueProfile.getResponse()
           
 VCryptResponse VCryptRulesResult.getVCryptResponse()
          Return response code for the transaction
 VCryptResponse VCryptTracker.handleTransactionLog(java.lang.String requestId, java.util.Date requestTime, java.lang.Integer status, java.util.Map[] contextMap)
          Deprecated. Will be removed in future releases, use createTransaction
 VCryptResponse VCryptTracker.handleTransactionLog(java.lang.String requestId, java.util.Date requestTime, java.util.Map[] contextMap)
          Deprecated. Will be removed in future releases, use createTransaction
 VCryptResponse VCryptTracker.handleTransactionLog(java.lang.String requestId, java.util.Map[] contextMap)
          Deprecated. Will be removed in future releases, use createTransaction
 VCryptResponse VCryptTracker.incrementChallengeCounter(java.lang.String requestId, java.lang.String challengeType)
           
 VCryptResponse VCryptTracker.init(java.lang.String requestId)
          Initialize or warmup server.
 VCryptResponse VCryptTracker.processPatternAnalysis(java.lang.String requestId, long transactionId, int status, java.lang.String transactionType)
          Method to trigger the pattern data processing for auto-learning.
 VCryptResponse VCryptTracker.resetChallengeCounter(java.lang.String requestId, java.lang.String challengeType)
           
 VCryptResponse VCryptTracker.updateAuthStatus(java.lang.String requestId, java.util.Date requestTime, int resultStatus, int clientType, java.lang.String clientVersion)
          Updates User node log auth status
 VCryptResponse VCryptTracker.updateAuthStatus(java.lang.String requestId, java.util.Date requestTime, int resultStatus, int clientType, java.lang.String clientVersion, boolean analyzePatterns)
          Updates User node log auth status
 VCryptResponse VCryptTracker.updateAuthStatus(java.lang.String requestId, int resultStatus, int clientType, java.lang.String clientVersion)
          Updates User node log auth status
 VCryptResponse VCryptTracker.updateAuthStatus(java.lang.String requestId, int resultStatus, int clientType, java.lang.String clientVersion, boolean analyzePatterns)
          Updates User node log auth status
 VCryptResponse VCryptTracker.updateTransaction(TransactionUpdateRequestData transactionUpdateRequestData)
          API to update previously created Transaction Updates given transaction
 VCryptResponse[] VCryptTracker.updateTransactions(TransactionUpdateRequestData[] transactionUpdateRequestData)
          API to update Transactions in bulk If there are errors in any update, will proceed with next transaction and return response for each request
 VCryptResponse VCryptTracker.updateTransactionStatus(java.lang.String requestId, java.util.Date requestTime, long transactionId, int status)
          Deprecated. Will be removed in future releases, use updateTransaction
 VCryptResponse VCryptTracker.updateTransactionStatus(java.lang.String requestId, java.util.Date requestTime, long transactionId, int status, java.util.Map[] contextMap)
          Deprecated. Will be removed in future releases, use updateTransaction
 VCryptResponse VCryptTracker.updateTransactionStatus(java.lang.String requestId, java.util.Date requestTime, long transactionId, int status, java.util.Map[] contextMap, boolean analyzePatterns)
          Deprecated. Will be removed in future releases, use updateTransaction
 VCryptResponse VCryptTracker.updateTransactionStatus(java.lang.String requestId, long transactionId, int status)
          Deprecated. Will be removed in future releases, use updateTransaction
 VCryptResponse VCryptTracker.updateTransactionStatus(java.lang.String requestId, long transactionId, int status, boolean analyzePatterns)
          Deprecated. Will be removed in future releases, use updateTransaction
 VCryptResponse VCryptTracker.updateTransactionStatus(java.lang.String requestId, long transactionId, int status, java.util.Map[] contextMap)
          Deprecated. Will be removed in future releases, use updateTransaction

 

Methods in com.bharosa.vcrypt.tracker.intf with parameters of type VCryptResponse
 void NameValueProfile.setResponse(VCryptResponse response)
           

 

Constructors in com.bharosa.vcrypt.tracker.intf with parameters of type VCryptResponse
NameValueProfile(VCryptResponse aResponse)
           

 

Uses of VCryptResponse in com.bharosa.vcrypt.tracker.util

 

Methods in com.bharosa.vcrypt.tracker.util that return VCryptResponse
 VCryptResponse CookieSet.getVCryptResponse()
           

 

Methods in com.bharosa.vcrypt.tracker.util with parameters of type VCryptResponse
 CookieSet CookieSet.setVCryptResponse(VCryptResponse reponse)
           

 


Skip navigation links

Oracle Adaptive Access Manager Java API Reference
11.1.1

E15864-01


Copyright © 2010, Oracle. All rights reserved.