Find AuthenticationMatrix objects matching the given criteria.
Syntax
List< AuthenticationMatrix >
findMatchingMatrices
(
final long
payee
,
final long
payer
,
final int
useCase
,
final int
orderChannel
,
final int
piType
,
final String
orgUnit
,
final boolean
isPayer
)
Parameters
-
payee –
payee
-
payer –
payer
-
useCase –
the use case
-
orderChannel –
the order channel
-
piType –
the pi type
-
orgUnit –
the org unit
-
isPayer –
whether we are searching for the payer or payee's matrix
Returns
list of matching matrices
Usage
list of matching matrices