public interface DtFetcher
Modifier and Type | Method and Description |
---|---|
Token<?> |
addDelegationTokens(Configuration conf,
Credentials creds,
String renewer,
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, String renewer, String url) throws Exception
Exception
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.