Class TranslatedRegistrationRequest

java.lang.Object
pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest

public class TranslatedRegistrationRequest extends Object
Output of RegistrationRequest or EnquiryResponse translation with a corresponding translation profile.

Contains data that will be used to create a new entity when the request is accepted or data to update an existing entity (in case of enquires). Additionally contains information whether the request should be automatically processed.

Implementation ensures that the same attribute/group/identity is not added twice. It is checked taking into account only the relevant information, not the source (as remote idp).

Author:
K. Benedyczak
  • Constructor Details

    • TranslatedRegistrationRequest

      public TranslatedRegistrationRequest(String credentialRequirement)
    • TranslatedRegistrationRequest

      public TranslatedRegistrationRequest()
  • Method Details