Class LinksStartScaProcess

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<String,​HrefType>

    @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2021-05-24T13:41:46.273636+03:00[Europe/Kiev]")
    public class LinksStartScaProcess
    extends HashMap<String,​HrefType>
    A list of hyperlinks to be recognised by the TPP. The actual hyperlinks used in the response depend on the dynamical decisions of the ASPSP when processing the request. **Remark:** All links can be relative or full links, to be decided by the ASPSP. Type of links admitted in this response, (further links might be added for ASPSP defined extensions): - 'scaRedirect': In case of an SCA Redirect Approach, the ASPSP is transmitting the link to which to redirect the PSU browser. - 'scaOAuth': In case of a SCA OAuth2 Approach, the ASPSP is transmitting the URI where the configuration of the Authorisation Server can be retrieved. The configuration follows the OAuth 2.0 Authorisation Server Metadata specification. * 'confirmation': Might be added by the ASPSP if either the \"scaRedirect\" or \"scaOAuth\" hyperlink is returned in the same response message. This hyperlink defines the URL to the resource which needs to be updated with * a confirmation code as retrieved after the plain redirect authentication process with the ASPSP authentication server or * an access token as retrieved by submitting an authorization code after the integrated OAuth based authentication process with the ASPSP authentication server. - 'updatePsuIdentification': The link to the authorisation or cancellation authorisation sub-resource, where PSU identification data needs to be uploaded. - 'startAuthorisationWithPsuAuthentication': The link to the authorisation or cancellation authorisation sub-resource, where PSU authentication data needs to be uploaded. - 'startAuthorisationWithEncryptedPsuAuthentication': Same as startAuthorisactionWithPsuAuthentication where the authentication data need to be encrypted on application layer in uploading. - 'selectAuthenticationMethod': The link to the authorisation or cancellation authorisation sub-resource, where the selected authentication method needs to be uploaded. This link is contained under exactly the same conditions as the data element 'scaMethods'. - 'authoriseTransaction': The link to the authorisation or cancellation authorisation sub-resource, where the authorisation data has to be uploaded, e.g. the TOP received by SMS. - 'scaStatus': The link to retrieve the scaStatus of the corresponding authorisation sub-resource.
    See Also:
    Serialized Form
    • Constructor Detail

      • LinksStartScaProcess

        public LinksStartScaProcess()
    • Method Detail

      • getScaRedirect

        @Valid
        public @Valid HrefType getScaRedirect()
        Get scaRedirect
        Returns:
        scaRedirect
      • setScaRedirect

        public void setScaRedirect​(HrefType scaRedirect)
      • getScaOAuth

        @Valid
        public @Valid HrefType getScaOAuth()
        Get scaOAuth
        Returns:
        scaOAuth
      • setScaOAuth

        public void setScaOAuth​(HrefType scaOAuth)
      • getConfirmation

        @Valid
        public @Valid HrefType getConfirmation()
        Get confirmation
        Returns:
        confirmation
      • setConfirmation

        public void setConfirmation​(HrefType confirmation)
      • getUpdatePsuIdentification

        @Valid
        public @Valid HrefType getUpdatePsuIdentification()
        Get updatePsuIdentification
        Returns:
        updatePsuIdentification
      • setUpdatePsuIdentification

        public void setUpdatePsuIdentification​(HrefType updatePsuIdentification)
      • startAuthorisationWithPsuAuthentication

        public LinksStartScaProcess startAuthorisationWithPsuAuthentication​(HrefType startAuthorisationWithPsuAuthentication)
      • getStartAuthorisationWithPsuAuthentication

        @Valid
        public @Valid HrefType getStartAuthorisationWithPsuAuthentication()
        Get startAuthorisationWithPsuAuthentication
        Returns:
        startAuthorisationWithPsuAuthentication
      • setStartAuthorisationWithPsuAuthentication

        public void setStartAuthorisationWithPsuAuthentication​(HrefType startAuthorisationWithPsuAuthentication)
      • startAuthorisationWithEncryptedPsuAuthentication

        public LinksStartScaProcess startAuthorisationWithEncryptedPsuAuthentication​(HrefType startAuthorisationWithEncryptedPsuAuthentication)
      • getStartAuthorisationWithEncryptedPsuAuthentication

        @Valid
        public @Valid HrefType getStartAuthorisationWithEncryptedPsuAuthentication()
        Get startAuthorisationWithEncryptedPsuAuthentication
        Returns:
        startAuthorisationWithEncryptedPsuAuthentication
      • setStartAuthorisationWithEncryptedPsuAuthentication

        public void setStartAuthorisationWithEncryptedPsuAuthentication​(HrefType startAuthorisationWithEncryptedPsuAuthentication)
      • getSelectAuthenticationMethod

        @Valid
        public @Valid HrefType getSelectAuthenticationMethod()
        Get selectAuthenticationMethod
        Returns:
        selectAuthenticationMethod
      • setSelectAuthenticationMethod

        public void setSelectAuthenticationMethod​(HrefType selectAuthenticationMethod)
      • getAuthoriseTransaction

        @Valid
        public @Valid HrefType getAuthoriseTransaction()
        Get authoriseTransaction
        Returns:
        authoriseTransaction
      • setAuthoriseTransaction

        public void setAuthoriseTransaction​(HrefType authoriseTransaction)
      • getScaStatus

        @Valid
        public @Valid HrefType getScaStatus()
        Get scaStatus
        Returns:
        scaStatus
      • setScaStatus

        public void setScaStatus​(HrefType scaStatus)