Interface ProductConfigurationUserIdProvider

All Known Implementing Classes:
ProductConfigurationUserIdProviderImpl

public interface ProductConfigurationUserIdProvider
Provides a user id for the current user
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtains an id that uniquely identifies the current user even if the session is anonymous
    boolean
     
  • 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?