@ConfigurationProperties(prefix="broadleaf.sandbox.preview.decoder") @Validated public class JWTPreviewTokenDecoderProperties extends Object
JWTPreviewTokenDecoder
in decoding preview tokens from
JWTs.JWTPreviewTokenDecoder
Constructor and Description |
---|
JWTPreviewTokenDecoderProperties() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getEncodedPublicKey()
The encoded RSA public key string to be used to decode and verify preview token JWTs.
|
String |
getIssuer()
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 |
setIssuer(String issuer)
The issuer for the JWT token.
|
String |
toString() |
public String getEncodedPublicKey()
public String getIssuer()
public void setEncodedPublicKey(String encodedPublicKey)
public void setIssuer(String issuer)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.