Interface ProfileOverrideService

All Known Implementing Classes:
AnonProfileOverrideService, SuperUserProfileOverrideService, UserProfileOverrideService

public interface ProfileOverrideService
Implements the logic to override the profile when making requests.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the profile override for the supplied user and profile ID.
  • Method Details

    • findOverrideProfile

      Optional<Profile> findOverrideProfile(String profileId)
      Gets the profile override for the supplied user and profile ID.
      Parameters:
      profileId -
      Returns:
      the profile override