Interface ServiceUser

All Superinterfaces:
ApplicationUser, Person, Principal

public interface ServiceUser extends ApplicationUser
Represents a registered service user.

Service users are not backed by a user from a Crowd directory and are not able to authenticate via the UI or REST. Service users can be used to programmatically perform tasks which require an associated user and do not count towards the licensed user count.

See Also:
  • Field Details

  • Method Details

    • getLabel

      @Nonnull String getLabel()
      Returns:
      a label to help identify the type of ServiceUser