org.apache.kerberos.keytab
Class KeytabStore

java.lang.Object
  extended by org.apache.kerberos.keytab.KeytabStore

public class KeytabStore
extends java.lang.Object


Field Summary
static int VNO_1
           
static int VNO_2
           
 
Constructor Summary
KeytabStore(java.io.File file)
           
KeytabStore(java.lang.String file)
           
 
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
 

Field Detail

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
Constructor Detail

KeytabStore

public KeytabStore(java.lang.String file)

KeytabStore

public KeytabStore(java.io.File file)
Method Detail

init

public void init()
          throws KerberosException
Throws:
KerberosException

getEntry

public javax.security.auth.kerberos.KerberosKey getEntry(javax.security.auth.kerberos.KerberosPrincipal principal)