Searched refs:createChoiceCallback (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthLevel.java189 public Callback[] createChoiceCallback() throws AuthException { method in class:AuthLevel
190 debug.message("In createChoiceCallback");
H A DCompositeAdvices.java183 public Callback[] createChoiceCallback() throws AuthException { method in class:CompositeAdvices
184 debug.message("In createChoiceCallback");
H A DAMLoginContext.java1323 recdCallback = authLevel.createChoiceCallback();
1394 recdCallback = compositeAdvice.createChoiceCallback();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthLevel.java189 public Callback[] createChoiceCallback() throws AuthException { method in class:AuthLevel
190 debug.message("In createChoiceCallback");
H A DCompositeAdvices.java183 public Callback[] createChoiceCallback() throws AuthException { method in class:CompositeAdvices
184 debug.message("In createChoiceCallback");
H A DAMLoginContext.java1290 recdCallback = authLevel.createChoiceCallback();
1361 recdCallback = compositeAdvice.createChoiceCallback();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java180 callbackList.add(createChoiceCallback(childNode,
185 callbackList.add(createChoiceCallback(childNode,null));
550 static ChoiceCallback createChoiceCallback( method in class:AuthXMLUtils
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java180 callbackList.add(createChoiceCallback(childNode,
185 callbackList.add(createChoiceCallback(childNode,null));
550 static ChoiceCallback createChoiceCallback( method in class:AuthXMLUtils

Completed in 135 milliseconds