Interface UserIdDecorationService
- All Known Implementing Classes:
DefaultUserIdDecorationService
public interface UserIdDecorationService
Provides methods for decorating identifier of the user
-
Method Summary
Modifier and TypeMethodDescriptiondecorateUserId(String userId) Decorates and returns givenuserIdwithUserIdDecorationStrategies
-
Method Details
-
decorateUserId
Decorates and returns givenuserIdwithUserIdDecorationStrategies- Parameters:
userId- the unique identifier of the user- Returns:
- decorated
userIdor unmodifieduserIddepending on the implementation
-