Uses of Class
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
Packages that use DelegationTokenAuthenticator
-
Uses of DelegationTokenAuthenticator in org.apache.hadoop.security.token.delegation.web
Modifier and TypeClassDescriptionclassTheKerberosDelegationTokenAuthenticatorprovides support for Kerberos SPNEGO authentication mechanism and support for Hadoop Delegation Token operations.classThePseudoDelegationTokenAuthenticatorprovides 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.Methods in org.apache.hadoop.security.token.delegation.web that return types with arguments of type DelegationTokenAuthenticatorModifier and TypeMethodDescriptionstatic Class<? extends DelegationTokenAuthenticator>DelegationTokenAuthenticatedURL.getDefaultDelegationTokenAuthenticator()Returns the defaultDelegationTokenAuthenticatorclass to use when anDelegationTokenAuthenticatedURLinstance is created without specifying one.Method parameters in org.apache.hadoop.security.token.delegation.web with type arguments of type DelegationTokenAuthenticatorModifier and TypeMethodDescriptionstatic voidDelegationTokenAuthenticatedURL.setDefaultDelegationTokenAuthenticator(Class<? extends DelegationTokenAuthenticator> authenticator) Sets the defaultDelegationTokenAuthenticatorclass to use when anDelegationTokenAuthenticatedURLinstance is created without specifying one.Constructors in org.apache.hadoop.security.token.delegation.web with parameters of type DelegationTokenAuthenticatorModifierConstructorDescriptionDelegationTokenAuthenticatedURL(DelegationTokenAuthenticator authenticator) Creates anDelegationTokenAuthenticatedURL.DelegationTokenAuthenticatedURL(DelegationTokenAuthenticator authenticator, org.apache.hadoop.security.authentication.client.ConnectionConfigurator connConfigurator) Creates anDelegationTokenAuthenticatedURL.