Interface RefreshAuthorizationPolicyProtocol

All Known Implementing Classes:
RefreshAuthorizationPolicyProtocolClientSideTranslatorPB

@LimitedPrivate({"HDFS","MapReduce"}) @Evolving public interface RefreshAuthorizationPolicyProtocol
Protocol which is used to refresh the authorization policy in use currently.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final long
    Version 1: Initial version
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Refresh the service-level authorization policy in-effect.
  • Field Details

  • Method Details

    • refreshServiceAcl

      void refreshServiceAcl() throws IOException
      Refresh the service-level authorization policy in-effect.
      Throws:
      IOException - raised on errors performing I/O.