public interface FlumeAuthenticator extends PrivilegedExecutor
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isAuthenticated()Returns true, if the underlying Authenticator was obtained by
 successful kerberos authentication | 
| PrivilegedExecutor | proxyAs(String proxyUserName)Returns the current instance if proxyUsername is null or
 returns the proxied Executor if proxyUserName is valid | 
| void | startCredentialRefresher()For Authenticators backed by credentials, this method refreshes the
 credentials periodically | 
execute, executePrivilegedExecutor proxyAs(String proxyUserName)
proxyUserName - boolean isAuthenticated()
void startCredentialRefresher()
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.