Interface RemoteUserMapper

All Known Implementing Classes:
DefaultRemoteUserMapper, IdentityServiceRemoteUserMapper

public interface RemoteUserMapper
An interface for objects capable of extracting an externally authenticated user ID from an HTTP request.
Author:
dward
  • Method Summary

    Modifier and Type
    Method
    Description
    getRemoteUser(jakarta.servlet.http.HttpServletRequest request)
    Gets an externally authenticated user ID from an HTTP request.
  • Method Details

    • getRemoteUser

      String getRemoteUser(jakarta.servlet.http.HttpServletRequest request)
      Gets an externally authenticated user ID from an HTTP request.
      Parameters:
      request - the request
      Returns:
      the user ID or null if the user is unauthenticated