Class Client
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.correlator.idmatch.operations.Client
-
public class Client extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntity()voidgetMatchRequest(String id)StringgetMessage()voidgetPerson(@NotNull PersonRequest personRequest)intgetResponseCode()voidputPerson(@NotNull PersonRequest personRequest)
-
-
-
Method Detail
-
putPerson
public void putPerson(@NotNull @NotNull PersonRequest personRequest) throws CommunicationException, SecurityViolationException
-
getPerson
public void getPerson(@NotNull @NotNull PersonRequest personRequest) throws CommunicationException, SecurityViolationException
-
getMatchRequest
public void getMatchRequest(String id) throws CommunicationException, SecurityViolationException
-
getResponseCode
public int getResponseCode()
-
getEntity
public String getEntity()
-
getMessage
public String getMessage()
-
-