Interface ProductConfigurationUserIdProvider
-
- All Known Implementing Classes:
ProductConfigurationUserIdProviderImpl
public interface ProductConfigurationUserIdProviderProvides a user id for the current user
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCurrentUserId()Obtains an id that uniquely identifies the current user even if the session is anonymousbooleanisAnonymousUser()
-