Interface UserInfo


  • public interface UserInfo
    User information from the user-store.
    Author:
    Darwin V. Felix
    • Method Detail

      • getInfo

        List<String> getInfo​(String label)
        Returns a list of info associated with the label.
        Parameters:
        label - e.g. name, proxyAddresses, whenCreated
        Returns:
        a list of info associated with the label
      • getLabels

        List<String> getLabels()
        Return a list of labels.
        Returns:
        a list of labels
      • hasInfo

        boolean hasInfo​(String label)
        Returns true if there is info with the passed-in label.
        Parameters:
        label - e.g. mail, memberOf, displayName
        Returns:
        true true if there is info with the passed-in label