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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java211 private static Callback[] EMPTY_CALLBACK = new Callback[0]; field in class:AMLoginModule
548 return EMPTY_CALLBACK;
554 return EMPTY_CALLBACK;
1119 currentState = wrapProcess(EMPTY_CALLBACK, 1);
1158 currentState = wrapProcess(EMPTY_CALLBACK, 1);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java217 private static Callback[] EMPTY_CALLBACK = new Callback[0]; field in class:AMLoginModule
561 return EMPTY_CALLBACK;
567 return EMPTY_CALLBACK;
1126 currentState = wrapProcess(EMPTY_CALLBACK, 1);
1164 currentState = wrapProcess(EMPTY_CALLBACK, 1);

Completed in 39 milliseconds