Interface SubjectSearchResult


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

      • USERS

        static final Set<com.redwood.scheduler.api.model.enumeration.SubjectType> USERS
      • ROLES

        static final Set<com.redwood.scheduler.api.model.enumeration.SubjectType> ROLES
      • USERS_AND_ROLES

        static final Set<com.redwood.scheduler.api.model.enumeration.SubjectType> USERS_AND_ROLES
    • Method Detail

      • getType

        com.redwood.scheduler.api.model.enumeration.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.