Class AisAuthService
- java.lang.Object
-
- de.adorsys.psd2.consent.service.authorisation.CmsAuthorisationService<ConsentEntity>
-
- de.adorsys.psd2.consent.service.authorisation.AisAuthService
-
- All Implemented Interfaces:
AuthService
@Service public class AisAuthService extends CmsAuthorisationService<ConsentEntity>
-
-
Field Summary
-
Fields inherited from class de.adorsys.psd2.consent.service.authorisation.CmsAuthorisationService
aspspProfileService, authorisationService, confirmationExpirationService, psuService
-
-
Constructor Summary
Constructors Constructor Description AisAuthService(PsuService psuService, de.adorsys.psd2.aspsp.profile.service.AspspProfileService aspspProfileService, AuthorisationService authorisationService, ConfirmationExpirationService<ConsentEntity> confirmationExpirationService, ConsentJpaRepository consentJpaRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Authorisable>getAuthorisationParent(String parentId)Optional<Authorisable>getNotFinalisedAuthorisationParent(String parentId)protected voidupdateAuthorisable(Object authorisable)-
Methods inherited from class de.adorsys.psd2.consent.service.authorisation.CmsAuthorisationService
checkAndUpdateOnConfirmationExpiration, doUpdateAuthorisation, getAuthorisationById, getAuthorisationsByParentId, isConfirmationExpired, saveAuthorisation, updateOnConfirmationExpiration
-
-
-
-
Constructor Detail
-
AisAuthService
@Autowired public AisAuthService(PsuService psuService, de.adorsys.psd2.aspsp.profile.service.AspspProfileService aspspProfileService, AuthorisationService authorisationService, ConfirmationExpirationService<ConsentEntity> confirmationExpirationService, ConsentJpaRepository consentJpaRepository)
-
-
Method Detail
-
getNotFinalisedAuthorisationParent
public Optional<Authorisable> getNotFinalisedAuthorisationParent(String parentId)
-
getAuthorisationParent
public Optional<Authorisable> getAuthorisationParent(String parentId)
-
updateAuthorisable
protected void updateAuthorisable(Object authorisable)
- Overrides:
updateAuthorisablein classCmsAuthorisationService<ConsentEntity>
-
-