|
Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager 11g Release 2 (11.1.2) E27208-03 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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(String customerId) Get user questions |
VCryptQuestion |
VCryptQuestion.getNonMutableInstance() |
VCryptQuestion |
VCryptAuth.getSecretQuestion(String customerId) Gets a secret question for the user |
VCryptQuestion |
VCryptAuth.getSecretQuestionForCSR(String customerId) Gets a secret question for the user for CSR policy |
VCryptQuestion[][] |
VCryptAuth.getSignOnQuestions(String customerId) Gets all the secret questions available for the user. |
VCryptQuestion[][] |
VCryptAuth.getSignOnQuestions(String customerId, VCryptLocale aLocale) |
VCryptQuestion |
VCryptAuth.moveToNextSecretQuestion(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(String requestId, String customerId, VCryptQuestion question) Adds a new question for the specified user |
VCryptResponse |
VCryptAuth.addQuestion(String customerId, VCryptQuestion question) Adds a new question for the specified user |
VCryptResponse |
VCryptAuth.addQuestions(String requestId, 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(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(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(String xmlString) |
static VCryptQuestion |
VCryptAuthUtil.fromXMLGetSecretQuestionResponse(String xmlString) |
static VCryptQuestion |
VCryptAuthUtil.fromXMLMoveToNextSecretQuestionResponse(String xmlString) |
static VCryptQuestion[][] |
VCryptAuthUtil.fromXMLSignOnQuestions(String xmlString) |
Methods in com.bharosa.vcrypt.auth.util with parameters of type VCryptQuestion | |
---|---|
static String |
VCryptAuthUtil.toXMLAddQuestionRequest(String requestId, String customerId, VCryptQuestion vcryptQuestion) |
static String |
VCryptAuthUtil.toXMLAddQuestionsRequest(String requestId, String customerId, VCryptQuestion[] vcryptQuestions) |
static String |
VCryptAuthUtil.toXMLDeleteQuestionRequest(String customerId, VCryptQuestion vcryptQuestion) |
static String |
VCryptAuthUtil.toXMLGetAllMappedSignOnQuestionsResponse(VCryptQuestion[] questions) |
static String |
VCryptAuthUtil.toXMLGetSecretQuestionResponse(VCryptQuestion vcryptQuestion) |
static String |
VCryptAuthUtil.toXMLMoveToNextSecretQuestionResponse(VCryptQuestion vcryptQuestion) |
static String |
VCryptAuthUtil.toXMLQuestion(VCryptQuestion vcryptQuestion) |
static String |
VCryptAuthUtil.toXMLSignOnQuestions(VCryptQuestion[][] questions) |
|
Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager 11g Release 2 (11.1.2) E27208-03 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |