Searched defs:convertToJson (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/callbackhandlers/
H A DJsonCallbackParser.java27 * See the javadoc for the <code>convertToJson</code> method for details on the required JSON representation.
74 JsonValue convertToJson(T callback, int index) throws RestAuthException; method in interface:JsonCallbackParser
H A DRestAuthChoiceCallbackHandler.java68 public JsonValue convertToJson(ChoiceCallback callback, int index) { method in class:RestAuthChoiceCallbackHandler
H A DRestAuthConfirmationCallbackHandler.java68 public JsonValue convertToJson(ConfirmationCallback callback, int index) { method in class:RestAuthConfirmationCallbackHandler
H A DRestAuthHiddenValueCallbackHandler.java67 public JsonValue convertToJson(HiddenValueCallback callback, int index) { method in class:RestAuthHiddenValueCallbackHandler
H A DRestAuthHttpCallbackHandler.java104 public JsonValue convertToJson(HttpCallback callback, int index) throws RestAuthException { method in class:RestAuthHttpCallbackHandler
H A DRestAuthLanguageCallbackHandler.java89 public JsonValue convertToJson(LanguageCallback callback, int index) { method in class:RestAuthLanguageCallbackHandler
H A DRestAuthNameCallbackHandler.java80 public JsonValue convertToJson(NameCallback callback, int index) { method in class:RestAuthNameCallbackHandler
H A DRestAuthPasswordCallbackHandler.java80 public JsonValue convertToJson(PasswordCallback callback, int index) { method in class:RestAuthPasswordCallbackHandler
H A DRestAuthRedirectCallbackHandler.java66 public JsonValue convertToJson(RedirectCallback callback, int index) throws RestAuthException { method in class:RestAuthRedirectCallbackHandler
H A DRestAuthTextInputCallbackHandler.java68 public JsonValue convertToJson(TextInputCallback callback, int index) { method in class:RestAuthTextInputCallbackHandler
H A DRestAuthTextOutputCallbackHandler.java64 public JsonValue convertToJson(TextOutputCallback callback, int index) { method in class:RestAuthTextOutputCallbackHandler
H A DRestAuthX509CallbackHandler.java89 public JsonValue convertToJson(X509CertificateCallback callback, int index) throws RestAuthException { method in class:RestAuthX509CallbackHandler
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/callbackhandlers/
H A DJsonCallbackParser.java27 * See the javadoc for the <code>convertToJson</code> method for details on the required JSON representation.
74 JsonValue convertToJson(T callback, int index) throws RestAuthException; method in interface:JsonCallbackParser
H A DRestAuthChoiceCallbackHandler.java68 public JsonValue convertToJson(ChoiceCallback callback, int index) { method in class:RestAuthChoiceCallbackHandler
H A DRestAuthConfirmationCallbackHandler.java68 public JsonValue convertToJson(ConfirmationCallback callback, int index) { method in class:RestAuthConfirmationCallbackHandler
H A DRestAuthHiddenValueCallbackHandler.java67 public JsonValue convertToJson(HiddenValueCallback callback, int index) { method in class:RestAuthHiddenValueCallbackHandler
H A DRestAuthHttpCallbackHandler.java103 public JsonValue convertToJson(HttpCallback callback, int index) throws RestAuthException { method in class:RestAuthHttpCallbackHandler
H A DRestAuthLanguageCallbackHandler.java89 public JsonValue convertToJson(LanguageCallback callback, int index) { method in class:RestAuthLanguageCallbackHandler
H A DRestAuthNameCallbackHandler.java81 public JsonValue convertToJson(NameCallback callback, int index) { method in class:RestAuthNameCallbackHandler
H A DRestAuthPasswordCallbackHandler.java81 public JsonValue convertToJson(PasswordCallback callback, int index) { method in class:RestAuthPasswordCallbackHandler
H A DRestAuthPollingWaitCallbackHandler.java59 public JsonValue convertToJson(PollingWaitCallback callback, int index) { method in class:RestAuthPollingWaitCallbackHandler
H A DRestAuthRedirectCallbackHandler.java66 public JsonValue convertToJson(RedirectCallback callback, int index) throws RestAuthException { method in class:RestAuthRedirectCallbackHandler
H A DRestAuthTextInputCallbackHandler.java68 public JsonValue convertToJson(TextInputCallback callback, int index) { method in class:RestAuthTextInputCallbackHandler
H A DRestAuthTextOutputCallbackHandler.java64 public JsonValue convertToJson(TextOutputCallback callback, int index) { method in class:RestAuthTextOutputCallbackHandler
H A DRestAuthX509CallbackHandler.java89 public JsonValue convertToJson(X509CertificateCallback callback, int index) throws RestAuthException { method in class:RestAuthX509CallbackHandler

Completed in 60 milliseconds

12