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()
ProtocolFacingConsent
getConsentId
in interface ProtocolFacingConsent
public String getConsentContext()
ProtocolFacingConsent
getConsentContext
in interface ProtocolFacingConsent
public void setConsentId(String id)
ProtocolFacingConsent
setConsentId
in interface ProtocolFacingConsent
public void setConsentContext(String context)
ProtocolFacingConsent
setConsentContext
in interface ProtocolFacingConsent
Copyright © 2020. All rights reserved.