Skip navigation links

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

E15864-02


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

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

 

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

 

Methods in com.bharosa.vcrypt.auth.intf that return VCryptResponse
 VCryptResponse VCryptAuth.addQuestion(java.lang.String requestId, java.lang.String customerId, VCryptQuestion question)
          Adds a new question for the specified user
 VCryptResponse VCryptAuth.addQuestion(java.lang.String customerId, VCryptQuestion question)
          Adds a new question for the specified user
 VCryptResponse VCryptAuth.addQuestions(java.lang.String requestId, java.lang.String customerId, VCryptQuestion[] questions)
          Add questions to the customer Expects the number of questions to be exactly equal to the required number of questions Calling this method will delete any previously existing quesions Success indicates adding all questions, failure means none of the questions are added.
 VCryptResponse VCryptAuth.addQuestions(java.lang.String customerId, VCryptQuestion[] questions)
          Add questions to the customer Expects the number of questions to be exactly equal to the required number of questions Calling this method will delete any previously existing quesions Success indicates adding all questions, failure means none of the questions are added.

 

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

 

Methods in com.bharosa.vcrypt.common.intf that return VCryptResponse
 VCryptResponse VCryptCommon.createList(java.lang.String requestId, java.lang.String listName, int listType)
          Creates a new List of the give list type
 VCryptResponse VCryptCommon.updateList(java.lang.String requestId, java.lang.String listName, java.lang.String[] elementsToAdd, java.lang.String[] elementsToRemove)
          Updates given list with new elements.

 

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.customercare.intf

 

Methods in com.bharosa.vcrypt.customercare.intf that return VCryptResponse
 VCryptResponse VCryptCC.cancelAllTemporaryAllows(java.lang.String customerId)
          Cancels all the unused temporary for the user.
 VCryptResponse VCryptCC.resetChallengeFailureCounters(java.lang.String requestId, java.lang.String customerId, java.lang.Long questionId)
          Reset Challenge failure counters for the given customerid
 VCryptResponse VCryptCC.resetUser(java.lang.String customerId)
          Reset all profiles set for the user.
 VCryptResponse VCryptCC.setTemporaryAllow(java.lang.String customerId, int tempAllowType, java.util.Date expirationDate)
          This call sets a temporary allow for the user.

 

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()
          Get Response codes Ensure a successful repsonse by calling VCryptResponse.isSuccess() before using this object

 

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

 


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.