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.auth.intf.VCryptQuestion

Packages that use VCryptQuestion
com.bharosa.vcrypt.auth.intf   
com.bharosa.vcrypt.auth.util   

 

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

 

Methods in com.bharosa.vcrypt.auth.intf that return VCryptQuestion
 VCryptQuestion[] VCryptAuth.getAllMappedSignOnQuestions(java.lang.String customerId)
          Get user questions
 VCryptQuestion VCryptQuestion.getNonMutableInstance()
           
 VCryptQuestion VCryptAuth.getSecretQuestion(java.lang.String customerId)
          Gets a secret question for the user
 VCryptQuestion VCryptAuth.getSecretQuestionForCSR(java.lang.String customerId)
          Gets a secret question for the user for CSR policy
 VCryptQuestion[][] VCryptAuth.getSignOnQuestions(java.lang.String customerId)
          Gets all the secret questions available for the user.
 VCryptQuestion[][] VCryptAuth.getSignOnQuestions(java.lang.String customerId, VCryptLocale aLocale)
           
 VCryptQuestion VCryptAuth.moveToNextSecretQuestion(java.lang.String customerId)
          Move the current secret question for the user to next

 

Methods in com.bharosa.vcrypt.auth.intf with parameters of type VCryptQuestion
 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.
 boolean VCryptAuth.deleteQuestion(java.lang.String customerId, VCryptQuestion question)
          Deletes the question for the specified user

 

Uses of VCryptQuestion in com.bharosa.vcrypt.auth.util

 

Methods in com.bharosa.vcrypt.auth.util that return VCryptQuestion
static VCryptQuestion[] VCryptAuthUtil.fromXMLGetAllMappedSignOnQuestionsResponse(java.lang.String xmlString)
           
static VCryptQuestion VCryptAuthUtil.fromXMLGetSecretQuestionResponse(java.lang.String xmlString)
           
static VCryptQuestion VCryptAuthUtil.fromXMLMoveToNextSecretQuestionResponse(java.lang.String xmlString)
           
static VCryptQuestion[][] VCryptAuthUtil.fromXMLSignOnQuestions(java.lang.String xmlString)
           

 

Methods in com.bharosa.vcrypt.auth.util with parameters of type VCryptQuestion
static java.lang.String VCryptAuthUtil.toXMLAddQuestionRequest(java.lang.String requestId, java.lang.String customerId, VCryptQuestion vcryptQuestion)
           
static java.lang.String VCryptAuthUtil.toXMLAddQuestionsRequest(java.lang.String requestId, java.lang.String customerId, VCryptQuestion[] vcryptQuestions)
           
static java.lang.String VCryptAuthUtil.toXMLDeleteQuestionRequest(java.lang.String customerId, VCryptQuestion vcryptQuestion)
           
static java.lang.String VCryptAuthUtil.toXMLGetAllMappedSignOnQuestionsResponse(VCryptQuestion[] questions)
           
static java.lang.String VCryptAuthUtil.toXMLGetSecretQuestionResponse(VCryptQuestion vcryptQuestion)
           
static java.lang.String VCryptAuthUtil.toXMLMoveToNextSecretQuestionResponse(VCryptQuestion vcryptQuestion)
           
static java.lang.String VCryptAuthUtil.toXMLQuestion(VCryptQuestion vcryptQuestion)
           
static java.lang.String VCryptAuthUtil.toXMLSignOnQuestions(VCryptQuestion[][] questions)
           

 


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.