Class ShadeClientTokenUtil
java.lang.Object
org.apache.hadoop.hbase.security.provider.example.ShadeClientTokenUtil
Used to acquire tokens for the ShadeSaslAuthenticationProvider.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier>
obtainToken
(Connection conn, String username, char[] password)
-
Constructor Details
-
ShadeClientTokenUtil
private ShadeClientTokenUtil()
-
-
Method Details
-
obtainToken
public static org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> obtainToken(Connection conn, String username, char[] password) throws IOException - Throws:
IOException
-