Class AuthorisationTemplate
- java.lang.Object
-
- de.adorsys.psd2.xs2a.core.authorisation.AuthorisationTemplate
-
public class AuthorisationTemplate extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthorisationTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)@Nullable TppRedirectUrigetCancelTppRedirectUri()@Nullable TppRedirectUrigetTppRedirectUri()inthashCode()voidsetCancelTppRedirectUri(@Nullable TppRedirectUri cancelTppRedirectUri)voidsetTppRedirectUri(@Nullable TppRedirectUri tppRedirectUri)StringtoString()
-
-
-
Method Detail
-
getTppRedirectUri
@Nullable public @Nullable TppRedirectUri getTppRedirectUri()
-
getCancelTppRedirectUri
@Nullable public @Nullable TppRedirectUri getCancelTppRedirectUri()
-
setTppRedirectUri
public void setTppRedirectUri(@Nullable @Nullable TppRedirectUri tppRedirectUri)
-
setCancelTppRedirectUri
public void setCancelTppRedirectUri(@Nullable @Nullable TppRedirectUri cancelTppRedirectUri)
-
canEqual
protected boolean canEqual(Object other)
-
-