Java org.apache.hadoop.security HadoopKerberosName fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

HadoopKerberosName(String name)
Create a name from the full Kerberos principal name.

Method

StringgetHostName()
Get the second component of the name.
StringgetRealm()
Get the realm of the name.
StringgetServiceName()
Get the first component of the name.
StringgetShortName()
Get the translation of the principal name into an operating system user name.
StringtoString()
Put the name back together from the parts.