Uses of Class
javax.security.auth.kerberos.KeyTab
| Package | Description | 
|---|---|
| javax.security.auth.kerberos | 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 KeyTab Modifier and Type Method Description static 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.