Class RegistrationRequest

java.lang.Object
pl.edu.icm.unity.types.registration.BaseRegistrationInput
pl.edu.icm.unity.types.registration.RegistrationRequest

public class RegistrationRequest extends BaseRegistrationInput
Registration request, tied to a registration form contains data collected during registration process. This data can be entered by the user in UI, taken from external IdP or possibly from other sources (e.g. a DN can be taken from client-authenticated TLS).
Author:
K. Benedyczak
  • Constructor Details

    • RegistrationRequest

      public RegistrationRequest()
    • RegistrationRequest

      public RegistrationRequest(com.fasterxml.jackson.databind.node.ObjectNode root)