org.apache.ambari.view
Interface ImpersonatorSetting


public interface ImpersonatorSetting

Interface that provides default values for impersonating, such as the username and doAs parameter name.


Method Summary
 String getDoAsParamName()
           
 String getUsername()
           
 

Method Detail

getDoAsParamName

String getDoAsParamName()
Returns:
The parameter name used for "doAs" impersonation.

getUsername

String getUsername()
Returns:
The username value that will be used for "doAs" impersonation.


Copyright © 2015 Apache Software Foundation. All rights reserved.