Searched refs:storeKey (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/com/sun/security/sasl/gsskerb/
H A Dgsseg_jaas.conf16 com.sun.security.auth.module.Krb5LoginModule required storeKey=true
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKrb5LoginModule.java60 * has the option <code>storeKey</code> set to true, then
152 * <dt><b><code>storeKey</code></b>:</dt>
250 * <p> <code>storeKey</code>=true
254 * <p> This is an illegal combination since <code>storeKey</code> is set to
310 * <code>storeKey</code>=true;
320 * <code>storeKey</code>=true
336 * <code>keyTab</code>=&lt;file name&gt; <code>storeKey</code>=true
375 private boolean storeKey = false; field in class:Krb5LoginModule
449 storeKey = "true".equalsIgnoreCase((String)options.get("storeKey"));
[all...]
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DContext.java111 String user, char[] pass, boolean storeKey) throws Exception {
112 return fromUserPass(null, user, pass, storeKey);
116 * @param storeKey true if key should be saved, used on acceptor side
119 String user, char[] pass, boolean storeKey) throws Exception {
138 if (storeKey) {
139 map.put("storeKey", "true");
150 * @param storeKey true if key should be saved, used on acceptor side
152 public static Context fromUserKtab(String user, String ktab, boolean storeKey) argument
165 if (storeKey) {
166 map.put("storeKey", "tru
110 fromUserPass( String user, char[] pass, boolean storeKey) argument
118 fromUserPass(Subject s, String user, char[] pass, boolean storeKey) argument
[all...]

Completed in 5622 milliseconds