Searched refs:conCallback (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java405 ConfirmationCallback conCallback =
407 xmlString.append(getConfirmationCallbackXML(conCallback));
616 ConfirmationCallback conCallback = null;
619 conCallback = (ConfirmationCallback) callback;
622 if (conCallback == null) {
672 conCallback = new ConfirmationCallback(prompt, messageType,
675 conCallback = new ConfirmationCallback(prompt, messageType,
680 conCallback = new ConfirmationCallback(messageType, options,
683 conCallback = new ConfirmationCallback(
695 conCallback
1125 getConfirmationCallbackXML(ConfirmationCallback conCallback) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java405 ConfirmationCallback conCallback =
407 xmlString.append(getConfirmationCallbackXML(conCallback));
616 ConfirmationCallback conCallback = null;
619 conCallback = (ConfirmationCallback) callback;
622 if (conCallback == null) {
672 conCallback = new ConfirmationCallback(prompt, messageType,
675 conCallback = new ConfirmationCallback(prompt, messageType,
680 conCallback = new ConfirmationCallback(messageType, options,
683 conCallback = new ConfirmationCallback(
695 conCallback
1125 getConfirmationCallbackXML(ConfirmationCallback conCallback) argument
[all...]

Completed in 32 milliseconds