Package de.adorsys.psd2.model
Class LinksPaymentInitiation
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,HrefType>
-
- de.adorsys.psd2.model.LinksPaymentInitiation
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,HrefType>
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-11-12T17:35:11.808068+02:00[Europe/Kiev]") public class LinksPaymentInitiation 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. * 'startAuthorisation': In case, where an explicit start of the transaction authorisation is needed, but no more data needs to be updated (no authentication method to be selected, no PSU identification nor PSU authentication data to be uploaded). * 'startAuthorisationWithPsuIdentification': The link to the authorisation end-point, where the authorisation sub-resource has to be generated while uploading the PSU identification data. * 'startAuthorisationWithPsuAuthentication': The link to the authorisation end-point, where the authorisation sub-resource has to be generated while uploading the PSU authentication data. * 'startAuthorisationWithEncryptedPsuAuthentication': Same as startAuthorisactionWithPsuAuthentication where the authentication data need to be encrypted on application layer in uploading. * 'startAuthorisationWithAuthenticationMethodSelection': The link to the authorisation end-point, where the authorisation sub-resource has to be generated while selecting the authentication method. This link is contained under exactly the same conditions as the data element \"scaMethods\" * 'startAuthorisationWithTransactionAuthorisation': The link to the authorisation end-point, where the authorisation sub-resource has to be generated while authorising the transaction e.g. by uploading an OTP received by SMS. * 'self': The link to the payment initiation resource created by this request. This link can be used to retrieve the resource data. * 'status': The link to retrieve the transaction status of the payment initiation. * 'scaStatus': The link to retrieve the scaStatus of the corresponding authorisation sub-resource. This link is only contained, if an authorisation sub-resource has been already created.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description LinksPaymentInitiation()
-
Method Summary
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
scaRedirect
public LinksPaymentInitiation scaRedirect(HrefType scaRedirect)
-
getScaRedirect
@Valid public @Valid HrefType getScaRedirect()
Get scaRedirect- Returns:
- scaRedirect
-
setScaRedirect
public void setScaRedirect(HrefType scaRedirect)
-
scaOAuth
public LinksPaymentInitiation scaOAuth(HrefType scaOAuth)
-
getScaOAuth
@Valid public @Valid HrefType getScaOAuth()
Get scaOAuth- Returns:
- scaOAuth
-
setScaOAuth
public void setScaOAuth(HrefType scaOAuth)
-
confirmation
public LinksPaymentInitiation confirmation(HrefType confirmation)
-
getConfirmation
@Valid public @Valid HrefType getConfirmation()
Get confirmation- Returns:
- confirmation
-
setConfirmation
public void setConfirmation(HrefType confirmation)
-
startAuthorisation
public LinksPaymentInitiation startAuthorisation(HrefType startAuthorisation)
-
getStartAuthorisation
@Valid public @Valid HrefType getStartAuthorisation()
Get startAuthorisation- Returns:
- startAuthorisation
-
setStartAuthorisation
public void setStartAuthorisation(HrefType startAuthorisation)
-
startAuthorisationWithPsuIdentification
public LinksPaymentInitiation startAuthorisationWithPsuIdentification(HrefType startAuthorisationWithPsuIdentification)
-
getStartAuthorisationWithPsuIdentification
@Valid public @Valid HrefType getStartAuthorisationWithPsuIdentification()
Get startAuthorisationWithPsuIdentification- Returns:
- startAuthorisationWithPsuIdentification
-
setStartAuthorisationWithPsuIdentification
public void setStartAuthorisationWithPsuIdentification(HrefType startAuthorisationWithPsuIdentification)
-
startAuthorisationWithPsuAuthentication
public LinksPaymentInitiation startAuthorisationWithPsuAuthentication(HrefType startAuthorisationWithPsuAuthentication)
-
getStartAuthorisationWithPsuAuthentication
@Valid public @Valid HrefType getStartAuthorisationWithPsuAuthentication()
Get startAuthorisationWithPsuAuthentication- Returns:
- startAuthorisationWithPsuAuthentication
-
setStartAuthorisationWithPsuAuthentication
public void setStartAuthorisationWithPsuAuthentication(HrefType startAuthorisationWithPsuAuthentication)
-
startAuthorisationWithEncryptedPsuAuthentication
public LinksPaymentInitiation startAuthorisationWithEncryptedPsuAuthentication(HrefType startAuthorisationWithEncryptedPsuAuthentication)
-
getStartAuthorisationWithEncryptedPsuAuthentication
@Valid public @Valid HrefType getStartAuthorisationWithEncryptedPsuAuthentication()
Get startAuthorisationWithEncryptedPsuAuthentication- Returns:
- startAuthorisationWithEncryptedPsuAuthentication
-
setStartAuthorisationWithEncryptedPsuAuthentication
public void setStartAuthorisationWithEncryptedPsuAuthentication(HrefType startAuthorisationWithEncryptedPsuAuthentication)
-
startAuthorisationWithAuthenticationMethodSelection
public LinksPaymentInitiation startAuthorisationWithAuthenticationMethodSelection(HrefType startAuthorisationWithAuthenticationMethodSelection)
-
getStartAuthorisationWithAuthenticationMethodSelection
@Valid public @Valid HrefType getStartAuthorisationWithAuthenticationMethodSelection()
Get startAuthorisationWithAuthenticationMethodSelection- Returns:
- startAuthorisationWithAuthenticationMethodSelection
-
setStartAuthorisationWithAuthenticationMethodSelection
public void setStartAuthorisationWithAuthenticationMethodSelection(HrefType startAuthorisationWithAuthenticationMethodSelection)
-
startAuthorisationWithTransactionAuthorisation
public LinksPaymentInitiation startAuthorisationWithTransactionAuthorisation(HrefType startAuthorisationWithTransactionAuthorisation)
-
getStartAuthorisationWithTransactionAuthorisation
@Valid public @Valid HrefType getStartAuthorisationWithTransactionAuthorisation()
Get startAuthorisationWithTransactionAuthorisation- Returns:
- startAuthorisationWithTransactionAuthorisation
-
setStartAuthorisationWithTransactionAuthorisation
public void setStartAuthorisationWithTransactionAuthorisation(HrefType startAuthorisationWithTransactionAuthorisation)
-
self
public LinksPaymentInitiation self(HrefType self)
-
getSelf
@Valid public @Valid HrefType getSelf()
Get self- Returns:
- self
-
setSelf
public void setSelf(HrefType self)
-
status
public LinksPaymentInitiation status(HrefType status)
-
getStatus
@Valid public @Valid HrefType getStatus()
Get status- Returns:
- status
-
setStatus
public void setStatus(HrefType status)
-
scaStatus
public LinksPaymentInitiation scaStatus(HrefType scaStatus)
-
getScaStatus
@Valid public @Valid HrefType getScaStatus()
Get scaStatus- Returns:
- scaStatus
-
setScaStatus
public void setScaStatus(HrefType scaStatus)
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
toString
public String toString()
- Overrides:
toStringin classAbstractMap<String,HrefType>
-
-