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

/libcore/ojluni/src/main/java/javax/security/auth/callback/
H A DCallbackHandler.java29 * <p> An application implements a {@code CallbackHandler} and passes
43 * {@code CallbackHandler}. The {@code CallbackHandler}
48 * {@code PasswordCallback}. The {@code CallbackHandler}
52 * <p> A default {@code CallbackHandler} class implementation
57 * {@code CallbackHandler} implementation class,
59 * {@code CallbackHandler} and pass it to the underlying LoginModules.
68 public interface CallbackHandler { interface

Completed in 2647 milliseconds