Class JWTPreviewTokenDecoderProperties
java.lang.Object
com.broadleafcommerce.data.tracking.core.preview.environment.JWTPreviewTokenDecoderProperties
@ConfigurationProperties(prefix="broadleaf.sandbox.preview.decoder")
@Validated
public class JWTPreviewTokenDecoderProperties
extends Object
Properties used to support the
JWTPreviewTokenDecoder
in decoding preview tokens from
JWTs.- Author:
- Nick Crum (ncrum)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The encoded RSA public key string to be used to decode and verify preview 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 preview token JWTs.void
The issuer for the JWT token.toString()
-
Constructor Details
-
JWTPreviewTokenDecoderProperties
public JWTPreviewTokenDecoderProperties()
-
-
Method Details
-
getEncodedPublicKey
The encoded RSA public key string to be used to decode and verify preview 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 preview 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
-