Interface IPrincipalToLocal

    • Method Detail

      • prepare

        void prepare​(Map<String,​Object> topoConf)
        Invoked once immediately after construction.
        Parameters:
        topoConf - Storm configuration
      • toLocal

        default String toLocal​(Principal principal)
        Convert a Principal to a local user name.
        Parameters:
        principal - the principal to convert
        Returns:
        The local user name.