org.apache.kerberos.keytab
Class KeytabStore
java.lang.Object
org.apache.kerberos.keytab.KeytabStore
public class KeytabStore
- extends java.lang.Object
|
Method Summary |
javax.security.auth.kerberos.KerberosKey |
getEntry(javax.security.auth.kerberos.KerberosPrincipal principal)
|
void |
init()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VNO_1
public static final int VNO_1
- See Also:
- Constant Field Values
VNO_2
public static final int VNO_2
- See Also:
- Constant Field Values
KeytabStore
public KeytabStore(java.lang.String file)
KeytabStore
public KeytabStore(java.io.File file)
init
public void init()
throws KerberosException
- Throws:
KerberosException
getEntry
public javax.security.auth.kerberos.KerberosKey getEntry(javax.security.auth.kerberos.KerberosPrincipal principal)