Java org.apache.zookeeper.server.auth KerberosName fields, constructors, methods, implement or subclass

Example usage for Java org.apache.zookeeper.server.auth KerberosName fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.zookeeper.server.auth KerberosName.

The text is from its open source code.

Constructor

KerberosName(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.