public class ProtocolFacingConsentImpl extends Object implements ProtocolFacingConsent
| Constructor and Description |
|---|
ProtocolFacingConsentImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConsentContext()
Get the context of this consent to identify its scope, like the list of IBANs or consent scope, its due date, etc.
|
String |
getConsentId()
Get consent ID that is used to identify this consent in ASPSP API calls.
|
void |
setConsentContext(String context)
Get the context of this consent to identify its scope.
|
void |
setConsentId(String id)
Set consent ID that is used to identify this consent in ASPSP API calls.
|
public String getConsentId()
ProtocolFacingConsentgetConsentId in interface ProtocolFacingConsentpublic String getConsentContext()
ProtocolFacingConsentgetConsentContext in interface ProtocolFacingConsentpublic void setConsentId(String id)
ProtocolFacingConsentsetConsentId in interface ProtocolFacingConsentpublic void setConsentContext(String context)
ProtocolFacingConsentsetConsentContext in interface ProtocolFacingConsentCopyright © 2020. All rights reserved.