Class SparkasseAuthenticationObject
- java.lang.Object
-
- de.adorsys.xs2a.adapter.sparkasse.model.SparkasseAuthenticationObject
-
public class SparkasseAuthenticationObject extends Object
-
-
Constructor Summary
Constructors Constructor Description SparkasseAuthenticationObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAuthenticationMethodId()SparkasseAuthenticationTypegetAuthenticationType()StringgetAuthenticationVersion()StringgetExplanation()StringgetName()inthashCode()voidsetAuthenticationMethodId(String authenticationMethodId)voidsetAuthenticationType(SparkasseAuthenticationType authenticationType)voidsetAuthenticationVersion(String authenticationVersion)voidsetExplanation(String explanation)voidsetName(String name)
-
-
-
Method Detail
-
getAuthenticationType
public SparkasseAuthenticationType getAuthenticationType()
-
setAuthenticationType
public void setAuthenticationType(SparkasseAuthenticationType authenticationType)
-
getAuthenticationVersion
public String getAuthenticationVersion()
-
setAuthenticationVersion
public void setAuthenticationVersion(String authenticationVersion)
-
getAuthenticationMethodId
public String getAuthenticationMethodId()
-
setAuthenticationMethodId
public void setAuthenticationMethodId(String authenticationMethodId)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getExplanation
public String getExplanation()
-
setExplanation
public void setExplanation(String explanation)
-
-