Java org.apache.hadoop.security.authentication.client KerberosAuthenticator fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.hadoop.security.authentication.client.KerberosAuthenticator has subclasses.
Click this link to see all its subclasses.

Field

StringWWW_AUTHENTICATE
HTTP header used by the SPNEGO server endpoint during an authentication sequence.
StringAUTHORIZATION
HTTP header used by the SPNEGO client endpoint during an authentication sequence.
StringNEGOTIATE
HTTP header prefix used by the SPNEGO client/server endpoints during an authentication sequence.

Constructor