use of uk.gov.ida.hub.policy.domain.MatchingProcessDto in project verify-hub by alphagov.
the class ConfigStubRule method setUpStubForCycle01NoMatchCycle3Disabled.
public void setUpStubForCycle01NoMatchCycle3Disabled(String rpEntityId) throws JsonProcessingException {
String uri = UriBuilder.fromPath(Urls.ConfigUrls.MATCHING_PROCESS_RESOURCE).build(rpEntityId).getPath();
final MatchingProcessDto cycle3Attribute = new MatchingProcessDto(Optional.<String>absent());
register(uri, OK, cycle3Attribute);
}
Aggregations