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

Example usage for Java org.apache.hadoop.security.authentication.util KerberosName 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 KerberosName.

The text is from its open source code.

Constructor

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

Method

StringgetRules()
Get the rules.
StringgetServiceName()
Get the first component of the name.
StringgetShortName()
Get the translation of the principal name into an operating system user name.
booleanhasRulesBeenSet()
Indicates if the name rules have been set.
voidsetRules(String ruleString)
Set the rules.