Interface UserIdDecorationService

All Known Implementing Classes:
DefaultUserIdDecorationService

public interface UserIdDecorationService
Provides methods for decorating identifier of the user
  • Method Details

    • decorateUserId

      String decorateUserId(String userId)
      Decorates and returns given userId with UserIdDecorationStrategies
      Parameters:
      userId - the unique identifier of the user
      Returns:
      decorated userId or unmodified userId depending on the implementation