Uses of Class
javax.security.auth.kerberos.KeyTab
Packages that use KeyTab
Package
Description
This package contains utility classes related to the Kerberos network
 authentication protocol.
- 
Uses of KeyTab in javax.security.auth.kerberosMethods in javax.security.auth.kerberos that return KeyTabModifier and TypeMethodDescriptionstatic KeyTabKeyTab.getInstance()Returns the defaultKeyTabinstance that is bound to an unknown service principal.static KeyTabKeyTab.getInstance(File file)Returns aKeyTabinstance from aFileobject that is bound to an unknown service principal.static KeyTabKeyTab.getInstance(KerberosPrincipal princ)Returns the defaultKeyTabinstance that is bound to the specified service principal.static KeyTabKeyTab.getInstance(KerberosPrincipal princ, File file)Returns aKeyTabinstance from aFileobject that is bound to the specified service principal.static KeyTabKeyTab.getUnboundInstance()Returns the default unboundKeyTabinstance.static KeyTabKeyTab.getUnboundInstance(File file)Returns an unboundKeyTabinstance from aFileobject.