Class TppAttributes


  • public final class TppAttributes
    extends Object
    • 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()
      • getTppBrandLoggingInformation

        public String getTppBrandLoggingInformation()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object