com.medallia.mxo.identitytransfer
All of APIs listed on this page are in the com.medallia.mxo.identitytransfer
package.
MXOIdentityTransferConfiguration
The configuration object for MXO SDK Identity Transfer.
Property | Type | Description |
---|---|---|
disableIdentityTransfer | Boolean | Set to true to disable transfer of identity to outbound locations. |
includeList | Set<MXOIdentityTransferUriMatcher> | The list of allowed URIs for identity transfer. |
excludeList | Set<MXOIdentityTransferUriMatcher> | The list of denied URIs for identity transfer. |
Create an instance using the Builder as shown below:
MXOIdentityTransferUriMatcher
Represents the different ways the MXO SDK will attempt to include or exclude URIs from having a tid
query parameter and value appended, IE identity transfer.
If used in either excludeList
or includeList
, then exact or regex URI values will be compared.
Property | Type | Description |
---|---|---|
value | URI | The exact/regex URI to match against the string representation of the URI by calling URI.toString . |