public static class TestCustomSaslAuthenticationProvider.PasswordAuthTokenIdentifier extends org.apache.hadoop.security.token.TokenIdentifier
Modifier and Type | Field and Description |
---|---|
static org.apache.hadoop.io.Text |
PASSWORD_AUTH_TOKEN |
private String |
username |
Constructor and Description |
---|
PasswordAuthTokenIdentifier() |
PasswordAuthTokenIdentifier(String username) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.io.Text |
getKind() |
org.apache.hadoop.security.UserGroupInformation |
getUser() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public static final org.apache.hadoop.io.Text PASSWORD_AUTH_TOKEN
public PasswordAuthTokenIdentifier()
public PasswordAuthTokenIdentifier(String username)
public void readFields(DataInput in) throws IOException
IOException
public void write(DataOutput out) throws IOException
IOException
public org.apache.hadoop.io.Text getKind()
getKind
in class org.apache.hadoop.security.token.TokenIdentifier
public org.apache.hadoop.security.UserGroupInformation getUser()
getUser
in class org.apache.hadoop.security.token.TokenIdentifier
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.