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

/openjdk7/jdk/src/share/classes/javax/security/auth/callback/
H A DTextOutputCallback.java41 public static final int INFORMATION = 0; field in class:TextOutputCallback
64 * @param messageType the message type (<code>INFORMATION</code>,
70 * is not either <code>INFORMATION</code>,
76 if ((messageType != INFORMATION &&
90 * @return the message type (<code>INFORMATION</code>,
H A DConfirmationCallback.java115 /** INFORMATION message type. */
116 public static final int INFORMATION = 0; field in class:ConfirmationCallback
164 * @param messageType the message type (<code>INFORMATION</code>,
177 * <code>INFORMATION</code>, <code>WARNING</code>,
189 if (messageType < INFORMATION || messageType > ERROR ||
227 * @param messageType the message type (<code>INFORMATION</code>,
236 * <code>INFORMATION</code>, <code>WARNING</code>,
248 if (messageType < INFORMATION || messageType > ERROR ||
275 * @param messageType the message type (<code>INFORMATION</code>,
290 * <code>INFORMATION</cod
[all...]

Completed in 29 milliseconds