Uses of Interface
org.apache.flume.auth.PrivilegedExecutor

Packages that use PrivilegedExecutor
org.apache.flume.api   
org.apache.flume.auth   
 

Uses of PrivilegedExecutor in org.apache.flume.api
 

Constructors in org.apache.flume.api with parameters of type PrivilegedExecutor
SecureThriftRpcClient.UgiSaslClientTransport(String mechanism, String authorizationId, String protocol, String serverName, Map<String,String> props, CallbackHandler cbh, org.apache.thrift.transport.TTransport transport, PrivilegedExecutor privilegedExecutor)
           
 

Uses of PrivilegedExecutor in org.apache.flume.auth
 

Subinterfaces of PrivilegedExecutor in org.apache.flume.auth
 interface FlumeAuthenticator
          FlumeAuthenticator extends on a PrivilegedExecutor providing capabilities to proxy as a different user
 

Methods in org.apache.flume.auth that return PrivilegedExecutor
 PrivilegedExecutor FlumeAuthenticator.proxyAs(String proxyUserName)
          Returns the current instance if proxyUsername is null or returns the proxied Executor if proxyUserName is valid
 



Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.