Class IdentitySet

    • Constructor Detail

      • IdentitySet

        public IdentitySet​(String p_id,
                           String p_displayName)
        Object to identify an application, device or user.
        Parameters:
        p_id - The id of the application, device or user.
        p_displayName - The display name of the application, device or user.
    • Method Detail

      • getId

        public String getId()
        Returns:
        The id to identify the application, device or user.
      • getDisplayName

        public String getDisplayName()
        Returns:
        The display name of the application, device or user.