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
IOExceptionpublic void write(DataOutput out) throws IOException
IOExceptionpublic org.apache.hadoop.io.Text getKind()
getKind in class org.apache.hadoop.security.token.TokenIdentifierpublic org.apache.hadoop.security.UserGroupInformation getUser()
getUser in class org.apache.hadoop.security.token.TokenIdentifierCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.