Package de.adorsys.psd2.xs2a.core.tpp
Class TppAttributes
- java.lang.Object
-
- de.adorsys.psd2.xs2a.core.tpp.TppAttributes
-
public final class TppAttributes extends Object
-
-
Constructor Summary
Constructors Constructor Description TppAttributes(byte[] tppSignatureCertificate, String tppRedirectURI, String tppNokRedirectURI, boolean tppExplicitAuthorisationPreferred, TppNotificationData tppNotificationData, String tppBrandLoggingInformation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetTppBrandLoggingInformation()StringgetTppNokRedirectURI()TppNotificationDatagetTppNotificationData()StringgetTppRedirectURI()byte[]getTppSignatureCertificate()inthashCode()booleanisTppExplicitAuthorisationPreferred()StringtoString()
-
-
-
Constructor Detail
-
TppAttributes
@ConstructorProperties({"tppSignatureCertificate","tppRedirectURI","tppNokRedirectURI","tppExplicitAuthorisationPreferred","tppNotificationData","tppBrandLoggingInformation"}) public TppAttributes(byte[] tppSignatureCertificate, String tppRedirectURI, String tppNokRedirectURI, boolean tppExplicitAuthorisationPreferred, TppNotificationData tppNotificationData, String tppBrandLoggingInformation)
-
-
Method Detail
-
getTppSignatureCertificate
public byte[] getTppSignatureCertificate()
-
getTppRedirectURI
public String getTppRedirectURI()
-
getTppNokRedirectURI
public String getTppNokRedirectURI()
-
isTppExplicitAuthorisationPreferred
public boolean isTppExplicitAuthorisationPreferred()
-
getTppNotificationData
public TppNotificationData getTppNotificationData()
-
getTppBrandLoggingInformation
public String getTppBrandLoggingInformation()
-
-