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

/libcore/luni/src/main/java/javax/security/auth/callback/
H A DCallbackHandler.java26 * accordingly. {@code CallbackHandler}s can be installed per application. It is
27 * also possible to configure a system-default {@code CallbackHandler} by
31 public interface CallbackHandler { interface
34 * Handles the actual {@link Callback}. A {@code CallbackHandler} needs to
37 * console-based {@code CallbackHandler} might choose to sequentially ask
40 * values. If a {@code CallbackHandler} is not able to handle a specific
49 * if the {@code CallbackHandler} is not able to handle a

Completed in 130 milliseconds