Interface SubjectSearchResult


  • public interface SubjectSearchResult
    A single search result from a subject search.
    • Method Detail

      • getType

        SubjectType getType()
        Get the type of subject.
        Returns:
        the type of user.
      • getName

        String getName()
        Get the name.
        Returns:
        the name.
      • getUID

        String getUID()
        Get the unique identifier in the external security system.
        Returns:
        the unique identifier.
      • getEmail

        String getEmail()
        Get the email address.
        Returns:
        the email address.