Class CreateClientFromTemplateResponseDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.foundation.bf.provisioning.CreateClientFromTemplateResponseDTO

public class CreateClientFromTemplateResponseDTO extends AbstractResponseDTO
Result DTO for starting a client duplication process.
  • Field Details

    • DUPLICATION_FAILED

      public static final String DUPLICATION_FAILED
      Error code that indicates the duplication process could not be started. See message text for error details.
      For example when the target client already exists.
      See Also:
    • VALIDATION_FAILED

      public static final String VALIDATION_FAILED
      Error code that indicates input validation failed. See message text for error details.
      For example when admin user passwords are too insecure.
      See Also:
    • processId

      public String processId
      The processId that can be used to query the process' status.
  • Constructor Details

    • CreateClientFromTemplateResponseDTO

      public CreateClientFromTemplateResponseDTO()