|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdSupportService
Provides a way to verify the combination between a ssin and several ways of identifications (isi+, eid, sis number, ...).
Default impl : IdSupportServiceImpl
Method Summary | |
---|---|
VerifyIdResponse |
verifyId(String legalContext,
Id barcode)
See verifyId(be.fgov.ehealth.idsupport.protocol.v2.VerifyIdRequest) . |
VerifyIdResponse |
verifyId(String legalContext,
Id ssin,
Id cardNumber)
See verifyId(be.fgov.ehealth.idsupport.protocol.v2.VerifyIdRequest) . |
VerifyIdResponse |
verifyId(VerifyIdRequest request)
Verify a combination between elements of the request. |
Method Detail |
---|
VerifyIdResponse verifyId(VerifyIdRequest request) throws TechnicalConnectorException
request
- - the request to use
TechnicalConnectorException
VerifyIdResponse verifyId(String legalContext, Id ssin, Id cardNumber) throws TechnicalConnectorException
verifyId(be.fgov.ehealth.idsupport.protocol.v2.VerifyIdRequest)
.
legalContext
- - the legal contextssin
- - the ssincardNumber
- - the cardnumber (eg.:isi, eid, sis)
TechnicalConnectorException
VerifyIdResponse verifyId(String legalContext, Id barcode) throws TechnicalConnectorException
verifyId(be.fgov.ehealth.idsupport.protocol.v2.VerifyIdRequest)
.
legalContext
- - the legal contextbarcode
- - the barcode
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |