Class UserProvider

java.lang.Object
org.apache.hadoop.hdfs.web.resources.UserProvider
All Implemented Interfaces:
Supplier<org.apache.hadoop.security.UserGroupInformation>

@Provider public class UserProvider extends Object implements Supplier<org.apache.hadoop.security.UserGroupInformation>
Inject user information to http operations.
  • Constructor Details

    • UserProvider

      public UserProvider()
  • Method Details

    • get

      public org.apache.hadoop.security.UserGroupInformation get()
      Specified by:
      get in interface Supplier<org.apache.hadoop.security.UserGroupInformation>