Class JWTTransferCartTokenDecoderProperties

java.lang.Object
com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenDecoderProperties

@ConfigurationProperties(prefix="broadleaf.cartoperation.transfercart.decoder") @Validated public class JWTTransferCartTokenDecoderProperties extends Object
Properties used to support the JWTTransferCartTokenDecoder in decoding transfer cart tokens from JWTs.
See Also:
  • Constructor Details

    • JWTTransferCartTokenDecoderProperties

      public JWTTransferCartTokenDecoderProperties()
  • Method Details

    • getEncodedPublicKey

      public String getEncodedPublicKey()
      The encoded RSA public key string to be used to decode and verify transfer cart token JWTs.
    • getIssuer

      public String getIssuer()
      The issuer for the JWT token. This is used to validate the JWT was issued by the authority that is expected to issue it.
    • setEncodedPublicKey

      public void setEncodedPublicKey(String encodedPublicKey)
      The encoded RSA public key string to be used to decode and verify transfer cart token JWTs.
    • setIssuer

      public void setIssuer(String issuer)
      The issuer for the JWT token. This is used to validate the JWT was issued by the authority that is expected to issue it.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object