|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlumeAuthenticator
FlumeAuthenticator extends on a PrivilegedExecutor providing capabilities to proxy as a different user
Method Summary | |
---|---|
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 |
Methods inherited from interface org.apache.flume.auth.PrivilegedExecutor |
---|
execute, execute |
Method Detail |
---|
PrivilegedExecutor proxyAs(String proxyUserName)
proxyUserName
-
boolean isAuthenticated()
void startCredentialRefresher()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |