Uses of Class
org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
Packages that use AuthenticationTokenIdentifier
-
Uses of AuthenticationTokenIdentifier in org.apache.hadoop.hbase.security.token
Methods in org.apache.hadoop.hbase.security.token that return AuthenticationTokenIdentifierMethods in org.apache.hadoop.hbase.security.token that return types with arguments of type AuthenticationTokenIdentifierModifier and TypeMethodDescriptionorg.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier>AuthenticationTokenSecretManager.generateToken(String username) private static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier>TokenUtil.getAuthToken(Connection conn, User user) Get the authentication token of the user for the cluster specified in the configurationstatic CompletableFuture<org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier>>ClientTokenUtil.obtainToken(AsyncConnection conn) Obtain and return an authentication token for the current user.(package private) static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier>ClientTokenUtil.obtainToken(Connection conn) Obtain and return an authentication token for the current user.(package private) static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier>ClientTokenUtil.obtainToken(Connection conn, User user) Obtain and return an authentication token for the given user.static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier>TokenUtil.obtainToken(org.apache.hadoop.conf.Configuration conf) Deprecated.Since 2.0.0 and will be removed in 4.0.0.static CompletableFuture<org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier>>TokenUtil.obtainToken(AsyncConnection conn) Deprecated.External users should not use this method, will be removed in 4.0.0.static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier>TokenUtil.obtainToken(Connection conn) Deprecated.External users should not use this method, will be removed in 4.0.0.static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier>TokenUtil.obtainToken(Connection conn, User user) Deprecated.External users should not use this method, will be removed in 4.0.0.org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier>AuthenticationTokenSelector.selectToken(org.apache.hadoop.io.Text serviceName, Collection<org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier>> tokens) (package private) static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier>ClientTokenUtil.toToken(org.apache.hadoop.hbase.shaded.protobuf.generated.AuthenticationProtos.Token proto) Converts a protobuf Token message back into a Token instance.static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier>TokenUtil.toToken(org.apache.hadoop.hbase.shaded.protobuf.generated.AuthenticationProtos.Token proto) Deprecated.External users should not use this method, will be removed in 4.0.0.Methods in org.apache.hadoop.hbase.security.token with parameters of type AuthenticationTokenIdentifierModifier and TypeMethodDescriptionprotected byte[]AuthenticationTokenSecretManager.createPassword(AuthenticationTokenIdentifier identifier) byte[]AuthenticationTokenSecretManager.retrievePassword(AuthenticationTokenIdentifier identifier) Method parameters in org.apache.hadoop.hbase.security.token with type arguments of type AuthenticationTokenIdentifierModifier and TypeMethodDescriptionprivate static org.apache.hadoop.io.TextTokenUtil.getClusterId(org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> token) (package private) static org.apache.hadoop.hbase.shaded.protobuf.generated.AuthenticationProtos.TokenClientTokenUtil.toToken(org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> token) Converts a Token instance (with embedded identifier) to the protobuf representation.static org.apache.hadoop.hbase.shaded.protobuf.generated.AuthenticationProtos.TokenTokenUtil.toToken(org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> token) Deprecated.External users should not use this method, will be removed in 4.0.0.