Package de.adorsys.psd2.model
Class LinksUpdatePsuIdentification
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,HrefType>
-
- de.adorsys.psd2.model.LinksUpdatePsuIdentification
-
- 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 LinksUpdatePsuIdentification 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): - 'scaStatus': The link to retrieve the scaStatus of the corresponding authorisation sub-resource. - 'selectAuthenticationMethod': This is a link to a resource, where the TPP can select the applicable second factor authentication methods for the PSU, if there are several available authentication methods and if the PSU is already sufficiently authenticated.. If this link is contained, then there is also the data element \"scaMethods\" contained in the response body.- 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 LinksUpdatePsuIdentification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Valid HrefTypegetScaStatus()Get scaStatus@Valid HrefTypegetSelectAuthenticationMethod()Get selectAuthenticationMethodinthashCode()LinksUpdatePsuIdentificationscaStatus(HrefType scaStatus)LinksUpdatePsuIdentificationselectAuthenticationMethod(HrefType selectAuthenticationMethod)voidsetScaStatus(HrefType scaStatus)voidsetSelectAuthenticationMethod(HrefType selectAuthenticationMethod)StringtoString()-
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
-
scaStatus
public LinksUpdatePsuIdentification scaStatus(HrefType scaStatus)
-
getScaStatus
@Valid public @Valid HrefType getScaStatus()
Get scaStatus- Returns:
- scaStatus
-
setScaStatus
public void setScaStatus(HrefType scaStatus)
-
selectAuthenticationMethod
public LinksUpdatePsuIdentification selectAuthenticationMethod(HrefType selectAuthenticationMethod)
-
getSelectAuthenticationMethod
@Valid public @Valid HrefType getSelectAuthenticationMethod()
Get selectAuthenticationMethod- Returns:
- selectAuthenticationMethod
-
setSelectAuthenticationMethod
public void setSelectAuthenticationMethod(HrefType selectAuthenticationMethod)
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
toString
public String toString()
- Overrides:
toStringin classAbstractMap<String,HrefType>
-
-