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

/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKrb5LoginModule.java85 * When this property of entry is set, and <code>useTicketCache</code>
95 * <dt><b><code>useTicketCache</code></b>:</dt>
119 * If this is set, <code>useTicketCache</code>
125 * the TGT. If this is set, <code>useTicketCache</code> must also be
235 * <p> This is an illegal combination since none of <code>useTicketCache</code>,
241 * <p> This is an illegal combination since <code>useTicketCache</code>
247 * <p> This is an illegal combination since <code>useTicketCache</code> is
251 * <code>useTicketCache</code> = true
270 * <p> <code>useTicketCache</code> = true <code>doNotPrompt</code>=true;
276 * <p><code>principal</code>=&lt;name&gt;<code>useTicketCache</cod
377 private boolean useTicketCache = false; field in class:Krb5LoginModule
[all...]

Completed in 36 milliseconds