Interface ProductConfigurationUserIdProvider
- All Known Implementing Classes:
ProductConfigurationUserIdProviderImpl
public interface ProductConfigurationUserIdProvider
Provides a user id for the current user
-
Method Summary
Modifier and TypeMethodDescriptionObtains an id that uniquely identifies the current user even if the session is anonymousboolean
-
Method Details
-
getCurrentUserId
String getCurrentUserId()Obtains an id that uniquely identifies the current user even if the session is anonymous- Returns:
- user id
-
isAnonymousUser
boolean isAnonymousUser()- Returns:
- User is anonymous?
-