public interface DtFetcher
| Modifier and Type | Method | Description |
|---|---|---|
Token<?> |
addDelegationTokens(Configuration conf,
Credentials creds,
java.lang.String renewer,
java.lang.String url) |
Add any number of delegation tokens to Credentials object and return
a token instance that is appropriate for aliasing, or null if none.
|
Text |
getServiceName() |
Return a key used to identify the object/service implementation.
|
boolean |
isTokenRequired() |
Used to allow the service API to indicate whether a token is required.
|
Text getServiceName()
boolean isTokenRequired()
Token<?> addDelegationTokens(Configuration conf, Credentials creds, java.lang.String renewer, java.lang.String url) throws java.lang.Exception
conf - configuration.creds - credentials.renewer - renewer.url - url.java.lang.Exception - Exception.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.