Class AuthenticationObject
- java.lang.Object
-
- de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject
-
public class AuthenticationObject extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAuthenticationMethodId()StringgetAuthenticationType()StringgetAuthenticationVersion()StringgetExplanation()StringgetName()inthashCode()booleanisDecoupled()Represents, whether current authentication object requires decoupled SCAvoidsetAuthenticationMethodId(String authenticationMethodId)voidsetAuthenticationType(String authenticationType)voidsetAuthenticationVersion(String authenticationVersion)voidsetDecoupled(boolean decoupled)Represents, whether current authentication object requires decoupled SCAvoidsetExplanation(String explanation)voidsetName(String name)StringtoString()
-
-
-
Method Detail
-
getAuthenticationType
public String getAuthenticationType()
-
getAuthenticationMethodId
public String getAuthenticationMethodId()
-
getAuthenticationVersion
public String getAuthenticationVersion()
-
getName
public String getName()
-
getExplanation
public String getExplanation()
-
isDecoupled
public boolean isDecoupled()
Represents, whether current authentication object requires decoupled SCA
-
setAuthenticationType
public void setAuthenticationType(String authenticationType)
-
setAuthenticationMethodId
public void setAuthenticationMethodId(String authenticationMethodId)
-
setAuthenticationVersion
public void setAuthenticationVersion(String authenticationVersion)
-
setName
public void setName(String name)
-
setExplanation
public void setExplanation(String explanation)
-
setDecoupled
public void setDecoupled(boolean decoupled)
Represents, whether current authentication object requires decoupled SCA
-
canEqual
protected boolean canEqual(Object other)
-
-