Class AisEndpointAccessCheckerService
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.validator.EndpointAccessChecker
-
- de.adorsys.psd2.xs2a.service.validator.AisEndpointAccessCheckerService
-
@Service public class AisEndpointAccessCheckerService extends EndpointAccessChecker
-
-
Constructor Summary
Constructors Constructor Description AisEndpointAccessCheckerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEndpointAccessible(String authorisationId, boolean confirmationCodeReceived)Checks whether endpoint is accessible for current authorisation-
Methods inherited from class de.adorsys.psd2.xs2a.service.validator.EndpointAccessChecker
isAccessible
-
-
-
-
Method Detail
-
isEndpointAccessible
public boolean isEndpointAccessible(String authorisationId, boolean confirmationCodeReceived)
Checks whether endpoint is accessible for current authorisation- Parameters:
authorisationId- ID of authorisation processconfirmationCodeReceived- true if confirmationCode was received in request body- Returns:
trueif accessible.falseotherwise.
-
-