Package com.hybris.cockpitng.core.user
Interface CockpitUserPropertiesService
-
public interface CockpitUserPropertiesServiceDelivers properties of a user. Properties can be anything, depends on the implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getUserProperties(java.lang.String userId)Returns all user properties of the given user.
-