Interface SSOUserCreateRequest

All Known Implementing Classes:
ImmutableSSOUserCreateRequest

public interface SSOUserCreateRequest
SSO User Creation Request.
Author:
Nick Kasprzak
  • Method Summary

    Modifier and Type
    Method
    Description
    Domain of the user.
    Email of the SSO user you want to make.
    Full name of the SSO user to create.
    Get the role the user should belong to.
    boolean
    Whether to send an email invitation when creating a user.
  • Method Details

    • email

      String email()
      Email of the SSO user you want to make. This will be used to sign in.
      Returns:
      String email of user
    • domain

      String domain()
      Domain of the user.
      Returns:
      String domain
    • fullname

      String fullname()
      Full name of the SSO user to create.
      Returns:
      String full name
    • roleUuid

      Optional<String> roleUuid()
      Get the role the user should belong to.
      Returns:
      Optional of String role uuid
    • sendInvitation

      boolean sendInvitation()
      Whether to send an email invitation when creating a user.
      Returns:
      whether to send an email invention