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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The encoded RSA public key string to be used to decode and verify transfer cart token JWTs.The issuer for the JWT token.int
hashCode()
void
setEncodedPublicKey
(String encodedPublicKey) The encoded RSA public key string to be used to decode and verify transfer cart token JWTs.void
The issuer for the JWT token.toString()
-
Constructor Details
-
JWTTransferCartTokenDecoderProperties
public JWTTransferCartTokenDecoderProperties()
-
-
Method Details
-
getEncodedPublicKey
The encoded RSA public key string to be used to decode and verify transfer cart token JWTs. -
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
The encoded RSA public key string to be used to decode and verify transfer cart token JWTs. -
setIssuer
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-