Interface CockpitUserPropertiesService


  • public interface CockpitUserPropertiesService
    Delivers properties of a user. Properties can be anything, depends on the implementation.
    • Method Detail

      • getUserProperties

        java.util.Map<java.lang.String,​java.lang.String> getUserProperties​(java.lang.String userId)
        Returns all user properties of the given user.
        Parameters:
        userId - a non-empty user ID
        Returns:
        all user properties of the given user