org.apache.hadoop.security.token.delegation.web
Class PseudoDelegationTokenAuthenticator
java.lang.Object
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
org.apache.hadoop.security.token.delegation.web.PseudoDelegationTokenAuthenticator
- All Implemented Interfaces:
- org.apache.hadoop.security.authentication.client.Authenticator
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class PseudoDelegationTokenAuthenticator
- extends DelegationTokenAuthenticator
The PseudoDelegationTokenAuthenticator
provides support for
Hadoop's pseudo authentication mechanism that accepts
the user name specified as a query string parameter and support for Hadoop
Delegation Token operations.
This mimics the model of Hadoop Simple authentication trusting the
UserGroupInformation.getCurrentUser()
value.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PseudoDelegationTokenAuthenticator
public PseudoDelegationTokenAuthenticator()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.