Uses of Class
org.apache.hive.service.auth.AuthenticationProviderFactory.AuthMethods

Packages that use AuthenticationProviderFactory.AuthMethods
org.apache.hive.service.auth   
 

Uses of AuthenticationProviderFactory.AuthMethods in org.apache.hive.service.auth
 

Methods in org.apache.hive.service.auth that return AuthenticationProviderFactory.AuthMethods
 AuthenticationProviderFactory.AuthMethods PlainSaslServer.ExternalAuthenticationCallback.getAuthMethod()
           
static AuthenticationProviderFactory.AuthMethods AuthenticationProviderFactory.AuthMethods.getValidAuthMethod(String authMethodStr)
           
static AuthenticationProviderFactory.AuthMethods AuthenticationProviderFactory.AuthMethods.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AuthenticationProviderFactory.AuthMethods[] AuthenticationProviderFactory.AuthMethods.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hive.service.auth with parameters of type AuthenticationProviderFactory.AuthMethods
static PasswdAuthenticationProvider AuthenticationProviderFactory.getAuthenticationProvider(AuthenticationProviderFactory.AuthMethods authMethod)
           
 

Constructors in org.apache.hive.service.auth with parameters of type AuthenticationProviderFactory.AuthMethods
PlainSaslServer.ExternalAuthenticationCallback(AuthenticationProviderFactory.AuthMethods authMethod, String userName, String passwd)
           
 



Copyright © 2012 The Apache Software Foundation