jdk/src/java.security.jgss/share/classes/sun/security/krb5/internal/ccache/FileCredentialsCache.java
equal
deleted
inserted
replaced
388 /* |
388 /* |
389 * For Unix platforms we use the default cache name to be |
389 * For Unix platforms we use the default cache name to be |
390 * /tmp/krb5cc_uid ; for all other platforms we use |
390 * /tmp/krb5cc_uid ; for all other platforms we use |
391 * {user_home}/krb5cc_{user_name} |
391 * {user_home}/krb5cc_{user_name} |
392 * Please note that for Windows we will use LSA to get |
392 * Please note that for Windows we will use LSA to get |
393 * the TGT from the the default cache even before we come here; |
393 * the TGT from the default cache even before we come here; |
394 * however when we create cache we will create a cache under |
394 * however when we create cache we will create a cache under |
395 * {user_home}/krb5cc_{user_name} for non-Unix platforms including |
395 * {user_home}/krb5cc_{user_name} for non-Unix platforms including |
396 * Windows. |
396 * Windows. |
397 */ |
397 */ |
398 |
398 |