Class UserPrincipalDecoder

java.lang.Object
opengrok.auth.plugin.decoders.UserPrincipalDecoder
All Implemented Interfaces:
IUserDecoder

public class UserPrincipalDecoder extends Object implements IUserDecoder
Get authenticated user principal and use it to create User object. This works e.g. with HTTP Basic authentication headers as per RFC 7617.
Author:
Vladimir Kotal
  • Constructor Details

    • UserPrincipalDecoder

      public UserPrincipalDecoder()
  • Method Details

    • fromRequest

      public User fromRequest(jakarta.servlet.http.HttpServletRequest request)
      Description copied from interface: IUserDecoder
      Creates the User from the http request. Fills all parameters given in the request into the user.
      Specified by:
      fromRequest in interface IUserDecoder
      Parameters:
      request - the request
      Returns:
      the user object or null (if it could not be constructed)