KeyTab
Class KeyTab
- java.lang.Object
-
- javax.security.auth.kerberos.KeyTab
public final class KeyTab extends Object
This class encapsulates a keytab file.
A Kerberos JAAS login module that obtains long term secret keys from a keytab file should use this class. The login module will store an instance of this class in the private credential set of a Subject
during the commit phase of the authentication process.
If a KeyTab
object is obtained from getUnboundInstance()
or