Package de.adorsys.psd2.model
Class LinksStartScaProcess
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,HrefType>
-
- de.adorsys.psd2.model.LinksStartScaProcess
-
- 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 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
-
-
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 LinksStartScaProcess()
-
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 LinksStartScaProcess scaRedirect(HrefType scaRedirect)
-
getScaRedirect
@Valid public @Valid HrefType getScaRedirect()
Get scaRedirect- Returns:
- scaRedirect
-
setScaRedirect
public void setScaRedirect(HrefType scaRedirect)
-
scaOAuth
public LinksStartScaProcess scaOAuth(HrefType scaOAuth)
-
getScaOAuth
@Valid public @Valid HrefType getScaOAuth()
Get scaOAuth- Returns:
- scaOAuth
-
setScaOAuth
public void setScaOAuth(HrefType scaOAuth)
-
confirmation
public LinksStartScaProcess confirmation(HrefType confirmation)
-
getConfirmation
@Valid public @Valid HrefType getConfirmation()
Get confirmation- Returns:
- confirmation
-
setConfirmation
public void setConfirmation(HrefType confirmation)
-
updatePsuIdentification
public LinksStartScaProcess updatePsuIdentification(HrefType updatePsuIdentification)
-
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)
-
selectAuthenticationMethod
public LinksStartScaProcess selectAuthenticationMethod(HrefType selectAuthenticationMethod)
-
getSelectAuthenticationMethod
@Valid public @Valid HrefType getSelectAuthenticationMethod()
Get selectAuthenticationMethod- Returns:
- selectAuthenticationMethod
-
setSelectAuthenticationMethod
public void setSelectAuthenticationMethod(HrefType selectAuthenticationMethod)
-
authoriseTransaction
public LinksStartScaProcess authoriseTransaction(HrefType authoriseTransaction)
-
getAuthoriseTransaction
@Valid public @Valid HrefType getAuthoriseTransaction()
Get authoriseTransaction- Returns:
- authoriseTransaction
-
setAuthoriseTransaction
public void setAuthoriseTransaction(HrefType authoriseTransaction)
-
scaStatus
public LinksStartScaProcess 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>
-
-