Class HttpUserGroupInformation
java.lang.Object
org.apache.hadoop.security.token.delegation.web.HttpUserGroupInformation
Util class that returns the remote
UserGroupInformation in scope
for the HTTP request.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UserGroupInformationget()Returns the remoteUserGroupInformationin context for the current HTTP request, taking into account proxy user requests.
-
Constructor Details
-
HttpUserGroupInformation
public HttpUserGroupInformation()
-
-
Method Details
-
get
Returns the remoteUserGroupInformationin context for the current HTTP request, taking into account proxy user requests.- Returns:
- the remote
UserGroupInformation,NULLif none.
-