Search in sources :

Example 6 with MatchingProcessDto

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);
}
Also used : MatchingProcessDto(uk.gov.ida.hub.policy.domain.MatchingProcessDto)

Aggregations

MatchingProcessDto (uk.gov.ida.hub.policy.domain.MatchingProcessDto)6 Response (javax.ws.rs.core.Response)4 Test (org.junit.Test)4 SessionId (uk.gov.ida.hub.policy.domain.SessionId)4 Cycle3AttributeRequestDataBuilder.aCycle3AttributeRequestData (uk.gov.ida.hub.policy.builder.domain.Cycle3AttributeRequestDataBuilder.aCycle3AttributeRequestData)2 Cycle3AttributeRequestData (uk.gov.ida.hub.policy.domain.Cycle3AttributeRequestData)2 Cycle3UserInput (uk.gov.ida.hub.policy.domain.Cycle3UserInput)2 Cycle3DTO (uk.gov.ida.integrationtest.hub.policy.rest.Cycle3DTO)2 EidasCycle3DTO (uk.gov.ida.integrationtest.hub.policy.rest.EidasCycle3DTO)2 Cycle3MatchRequestSentState (uk.gov.ida.hub.policy.domain.state.Cycle3MatchRequestSentState)1 EidasCycle3MatchRequestSentState (uk.gov.ida.hub.policy.domain.state.EidasCycle3MatchRequestSentState)1