Class GssSaslServerAuthenticationProvider
java.lang.Object
org.apache.hadoop.hbase.security.provider.BuiltInSaslAuthenticationProvider
org.apache.hadoop.hbase.security.provider.GssSaslAuthenticationProvider
org.apache.hadoop.hbase.security.provider.GssSaslServerAuthenticationProvider
- All Implemented Interfaces:
- SaslAuthenticationProvider,- SaslServerAuthenticationProvider
@Private
public class GssSaslServerAuthenticationProvider
extends GssSaslAuthenticationProvider
implements SaslServerAuthenticationProvider
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprivate static classCallbackHandler for SASL GSSAPI Kerberos mechanism
- 
Field SummaryFieldsFields inherited from class org.apache.hadoop.hbase.security.provider.GssSaslAuthenticationProviderSASL_AUTH_METHODFields inherited from class org.apache.hadoop.hbase.security.provider.BuiltInSaslAuthenticationProviderAUTH_TOKEN_TYPE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateServer(org.apache.hadoop.security.token.SecretManager<org.apache.hadoop.security.token.TokenIdentifier> secretManager, Map<String, String> saslProps) Creates the SaslServer to accept incoming SASL authentication requests.org.apache.hadoop.security.UserGroupInformationgetAuthorizedUgi(String authzId, org.apache.hadoop.security.token.SecretManager<org.apache.hadoop.security.token.TokenIdentifier> secretManager) booleanMethods inherited from class org.apache.hadoop.hbase.security.provider.GssSaslAuthenticationProvidergetSaslAuthMethodMethods inherited from class org.apache.hadoop.hbase.security.provider.BuiltInSaslAuthenticationProvidercreateSaslAuthMethod, getTokenKindMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.hbase.security.provider.SaslAuthenticationProvidergetSaslAuthMethod, getTokenKindMethods inherited from interface org.apache.hadoop.hbase.security.provider.SaslServerAuthenticationProviderinit
- 
Field Details- 
LOG
 
- 
- 
Constructor Details- 
GssSaslServerAuthenticationProviderpublic GssSaslServerAuthenticationProvider()
 
- 
- 
Method Details- 
createServerpublic AttemptingUserProvidingSaslServer createServer(org.apache.hadoop.security.token.SecretManager<org.apache.hadoop.security.token.TokenIdentifier> secretManager, Map<String, String> saslProps) throws IOExceptionDescription copied from interface:SaslServerAuthenticationProviderCreates the SaslServer to accept incoming SASL authentication requests.- Specified by:
- createServerin interface- SaslServerAuthenticationProvider
- Throws:
- IOException
 
- 
supportsProtocolAuthentication- Specified by:
- supportsProtocolAuthenticationin interface- SaslServerAuthenticationProvider
 
- 
getAuthorizedUgipublic org.apache.hadoop.security.UserGroupInformation getAuthorizedUgi(String authzId, org.apache.hadoop.security.token.SecretManager<org.apache.hadoop.security.token.TokenIdentifier> secretManager) throws IOException - Specified by:
- getAuthorizedUgiin interface- SaslServerAuthenticationProvider
- Throws:
- IOException
 
 
-