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 TypeMethodDescriptionfindOverrideProfile
(String profileId) Gets the profile override for the supplied user and profile ID.
-
Method Details
-
findOverrideProfile
Gets the profile override for the supplied user and profile ID.- Parameters:
profileId
-- Returns:
- the profile override
-