Class DefaultConsentReferencePolicy
- java.lang.Object
-
- de.adorsys.ledgers.oba.service.impl.service.DefaultConsentReferencePolicy
-
- All Implemented Interfaces:
ConsentReferencePolicy
@Component public class DefaultConsentReferencePolicy extends Object implements ConsentReferencePolicy
-
-
Constructor Summary
Constructors Constructor Description DefaultConsentReferencePolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsentReferencefromRequest(String encryptedConsentId, String authorizationId, String cookieString, boolean strict)ConsentReferencefromURL(String redirectId, ConsentType consentType, String encryptedConsentId)
-
-
-
Method Detail
-
fromURL
public ConsentReference fromURL(String redirectId, ConsentType consentType, String encryptedConsentId)
- Specified by:
fromURLin interfaceConsentReferencePolicy
-
fromRequest
public ConsentReference fromRequest(String encryptedConsentId, String authorizationId, String cookieString, boolean strict)
- Specified by:
fromRequestin interfaceConsentReferencePolicy
-
-