Java javax.security.auth.kerberos KeyTab fields, constructors, methods, implement or subclass

Example usage for Java javax.security.auth.kerberos KeyTab fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.auth.kerberos KeyTab.

The text is from its open source code.

Method

KeyTabgetInstance(File file)
Returns a KeyTab instance from a File object that is bound to an unknown service principal.
KeyTabgetInstance(KerberosPrincipal princ)
Returns the default KeyTab instance that is bound to the specified service principal.
KerberosKey[]getKeys(KerberosPrincipal principal)
Returns fresh keys for the given Kerberos principal.