| java.lang.Object org.apache.harmony.auth.internal.kerberos.v5.KrbConfig
KrbConfig | public class KrbConfig (Code) | | Kerberos configuration.
Parses Kerberos configuration file according to the following syntax:
CONFIG = (SECTION)*
SECTION = '[' name ']' (EXPR)*
EXPR = S | C
S = tag '=' value
C = tag '=' '{' (EXPR)* '}'
See Also: http://web.mit.edu/kerberos/www/krb5-1.5/krb5-1.5.1/doc/krb5-admin/krb5.conf.html#krb5.conf |
Constructor Summary | |
public | KrbConfig(File f) Creates configuration. |
KrbConfig | public KrbConfig(File f) throws IOException(Code) | | Creates configuration.
Parameters: f - -configuration file throws: IOException - -in case of I/O errors |
getSystemConfig | public static KrbConfig getSystemConfig() throws IOException(Code) | | Search Kerberos configuration
- configuration file or null if there is no one throws: IOException - -in case of I/O errors |
|
|