mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
8231508: Spec Clarification : KeyTab:exist() method does not specify about the fallback details
Reviewed-by: mullan
This commit is contained in:
parent
983fc23fd1
commit
aa3638a32d
1 changed files with 1 additions and 3 deletions
|
@ -305,9 +305,7 @@ public final class KeyTab {
|
||||||
* Checks if the keytab file exists. Implementation of this method
|
* Checks if the keytab file exists. Implementation of this method
|
||||||
* should make sure that the result matches the latest status of the
|
* should make sure that the result matches the latest status of the
|
||||||
* keytab file.
|
* keytab file.
|
||||||
* <p>
|
*
|
||||||
* The caller can use the result to determine if it should fallback to
|
|
||||||
* another mechanism to read the keys.
|
|
||||||
* @return true if the keytab file exists; false otherwise.
|
* @return true if the keytab file exists; false otherwise.
|
||||||
* @throws SecurityException if a security manager exists and the read
|
* @throws SecurityException if a security manager exists and the read
|
||||||
* access to the keytab file is not permitted
|
* access to the keytab file is not permitted
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue