jdk/src/share/classes/javax/security/auth/kerberos/package-info.java
changeset 23716 33cc4db6209b
parent 18830 90956ead732f
child 24865 09b1d992ca72
equal deleted inserted replaced
23715:54ae9dd9df73 23716:33cc4db6209b
    46  * file is searched for in an implementation-specific manner. Typically,
    46  * file is searched for in an implementation-specific manner. Typically,
    47  * an implementation will first look for a {@code krb5.conf} file in
    47  * an implementation will first look for a {@code krb5.conf} file in
    48  * {@code <java-home>/lib/security} and failing that, in an OS-specific
    48  * {@code <java-home>/lib/security} and failing that, in an OS-specific
    49  * location.<p>
    49  * location.<p>
    50  *
    50  *
       
    51  * The {@code krb5.conf} file is formatted in the Windows INI file style,
       
    52  * which contains a series of relations grouped into different sections.
       
    53  * Each relation contains a key and a value, the value can be an arbitrary
       
    54  * string or a boolean value. A boolean value can be one of "true", "false",
       
    55  * "yes", or "no", case-insensitive.<p>
       
    56  *
    51  * @since JDK1.4
    57  * @since JDK1.4
    52  */
    58  */
    53 package javax.security.auth.kerberos;
    59 package javax.security.auth.kerberos;