| |
|
| java.lang.Object sun.security.krb5.internal.tools.KinitOptions
KinitOptions | class KinitOptions (Code) | | Maintains user-specific options or default settings when the user requests
a KDC ticket using Kinit.
author: Yanni Zhang author: Ram Marti version: 1.00 12 Apr 2000 |
forwardable | public short forwardable(Code) | | |
keytab | public boolean keytab(Code) | | |
lifetime | public KerberosTime lifetime(Code) | | |
password | char[] password(Code) | | |
proxiable | public short proxiable(Code) | | |
renew | public boolean renew(Code) | | |
renewable_lifetime | public KerberosTime renewable_lifetime(Code) | | |
validate | public boolean validate(Code) | | |
getAddressOption | public boolean getAddressOption()(Code) | | |
getDefaultPrincipal | PrincipalName getDefaultPrincipal()(Code) | | |
getPrincipal | public PrincipalName getPrincipal()(Code) | | |
printHelp | void printHelp()(Code) | | |
setKDCRealm | public void setKDCRealm(String r) throws RealmException(Code) | | |
useKeytabFile | public boolean useKeytabFile()(Code) | | |
|
|
|