@InterfaceAudience.Private public interface DagCredentialSupplier
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.io.Text |
getTokenAlias()
Returns the alias for tokens obtained by this supplier.
|
org.apache.hadoop.security.token.Token<?> |
obtainToken(BaseWork work,
Set<TableDesc> tables,
org.apache.hadoop.conf.Configuration conf)
Obtains a token for the specified unit of work, tables, and configuration.
|
org.apache.hadoop.security.token.Token<?> obtainToken(BaseWork work, Set<TableDesc> tables, org.apache.hadoop.conf.Configuration conf)
org.apache.hadoop.io.Text getTokenAlias()
It returns always the same value and never null.
Copyright © 2024 The Apache Software Foundation. All rights reserved.