Class LastViolations
- java.lang.Object
-
- de.adorsys.opba.protocol.xs2a.context.LastViolations
-
- All Implemented Interfaces:
de.adorsys.opba.protocol.api.services.scoped.aspsp.UsesCurrentAspspProfile,de.adorsys.opba.protocol.api.services.scoped.consent.UsesConsentAccess,de.adorsys.opba.protocol.api.services.scoped.consent.UsesPaymentAccess,de.adorsys.opba.protocol.api.services.scoped.encryption.UsesEncryptionService,de.adorsys.opba.protocol.api.services.scoped.fintech.UsesCurrentFintechProfile,de.adorsys.opba.protocol.api.services.scoped.RequestScoped,de.adorsys.opba.protocol.api.services.scoped.transientdata.UsesTransientStorage,de.adorsys.opba.protocol.api.services.scoped.UsesRequestScoped,de.adorsys.opba.protocol.api.services.scoped.validation.UsesValidation
public class LastViolations extends Object implements de.adorsys.opba.protocol.api.services.scoped.UsesRequestScoped, de.adorsys.opba.protocol.api.services.scoped.RequestScoped
Represents all current context violations that should be fixed by the user providing relevant parameters. Helper class to be very specific of what to save.
-
-
Constructor Summary
Constructors Constructor Description LastViolations(Set<ValidationIssue> violations)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.opba.protocol.api.services.scoped.RequestScoped
getEncryptionKeyId
-
Methods inherited from interface de.adorsys.opba.protocol.api.services.scoped.consent.UsesConsentAccess
consentAccess
-
Methods inherited from interface de.adorsys.opba.protocol.api.services.scoped.aspsp.UsesCurrentAspspProfile
aspspProfile
-
Methods inherited from interface de.adorsys.opba.protocol.api.services.scoped.fintech.UsesCurrentFintechProfile
fintechProfile
-
Methods inherited from interface de.adorsys.opba.protocol.api.services.scoped.encryption.UsesEncryptionService
encryption
-
Methods inherited from interface de.adorsys.opba.protocol.api.services.scoped.consent.UsesPaymentAccess
paymentAccess
-
Methods inherited from interface de.adorsys.opba.protocol.api.services.scoped.UsesRequestScoped
setRequestScoped
-
-
-
-
Constructor Detail
-
LastViolations
public LastViolations(Set<ValidationIssue> violations)
-
-