Class UserImpersonation


  • public class UserImpersonation
    extends Object
    When SASL is enabled, this parses properties from the site configuration to build up a set of all users capable of impersonating another user, the users which may be impersonated and the hosts in which the impersonator may issue requests from.
     
     INSTANCE_RPC_SASL_PROXYUSERS=rpc_user={allowed_accumulo_users=[...], allowed_client_hosts=[...]
     INSTANCE_RPC_SASL_ALLOWED_USER_IMPERSONATION=rpc_user:user,user,user;...
     INSTANCE_RPC_SASL_ALLOWED_HOST_IMPERSONATION=host,host:host...
     
     
    See Also:
    Property.INSTANCE_RPC_SASL_ALLOWED_USER_IMPERSONATION, Property.INSTANCE_RPC_SASL_ALLOWED_HOST_IMPERSONATION