Uses of Class
javax.security.auth.kerberos.KeyTab
Package
Description
This package contains utility classes related to the Kerberos network
authentication protocol.
-
Uses of KeyTab in javax.security.auth.kerberos
Modifier and TypeMethodDescriptionstatic KeyTab
KeyTab.getInstance()
Returns the defaultKeyTab
instance that is bound to an unknown service principal.static KeyTab
KeyTab.getInstance
(File file) Returns aKeyTab
instance from aFile
object that is bound to an unknown service principal.static KeyTab
KeyTab.getInstance
(KerberosPrincipal princ) Returns the defaultKeyTab
instance that is bound to the specified service principal.static KeyTab
KeyTab.getInstance
(KerberosPrincipal princ, File file) Returns aKeyTab
instance from aFile
object that is bound to the specified service principal.static KeyTab
KeyTab.getUnboundInstance()
Returns the default unboundKeyTab
instance.static KeyTab
KeyTab.getUnboundInstance
(File file) Returns an unboundKeyTab
instance from aFile
object.