Interface IUserDecoder

All Known Implementing Classes:
MellonHeaderDecoder, OSSOHeaderDecoder, UserPrincipalDecoder

public interface IUserDecoder
Author:
Krystof Tulinger
  • Method Summary

    Modifier and Type
    Method
    Description
    fromRequest(jakarta.servlet.http.HttpServletRequest request)
    Creates the User from the http request.
  • Method Details

    • fromRequest

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