Java org.apache.hadoop.security.authentication.util KerberosUtil fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.security.authentication.util KerberosUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.security.authentication.util KerberosUtil.

The text is from its open source code.

Field

Method

StringgetDefaultRealm()
StringgetKrb5LoginModuleName()
OidgetOidInstance(String oidName)
String[]getPrincipalNames(String keytab, Pattern pattern)
Get all the unique principals from keytabfile which matches a pattern.
StringgetServicePrincipal(String service, String hostname)
Create Kerberos principal for a given service and hostname, inferring realm from the fqdn of the hostname.
StringgetTokenServerName(byte[] rawToken)
Extract the TGS server principal from the given gssapi kerberos or spnego wrapped token.