Searched defs:customCallback (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java1527 Callback customCallback) {
1533 if (customCallback != null) {
1534 if (customCallback instanceof DSAMECallbackInterface) {
1535 callback = (DSAMECallbackInterface)customCallback;
1662 debug.message("Error creating customCallback :" ,e);
1525 createCustomCallback( Node childNode, Callback customCallback) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java1527 Callback customCallback) {
1533 if (customCallback != null) {
1534 if (customCallback instanceof DSAMECallbackInterface) {
1535 callback = (DSAMECallbackInterface)customCallback;
1662 debug.message("Error creating customCallback :" ,e);
1525 createCustomCallback( Node childNode, Callback customCallback) argument

Completed in 36 milliseconds