public final class SecretKeyPropertyReader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
FILENAME |
private static byte[] |
jwtSecretKey |
private static org.slf4j.Logger |
log |
private java.lang.String |
secretKey |
Constructor and Description |
---|
SecretKeyPropertyReader(EPagesJDirConfiguration dirConfig) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
getJwtSecretKey() |
java.lang.String |
getSecretKey() |
static boolean |
isJwtSecretKeyDefined() |
static void |
setJwtSecretKey(java.lang.String jwtSecretKeyAsString) |
private static final org.slf4j.Logger log
private static final java.lang.String FILENAME
private final java.lang.String secretKey
private static byte[] jwtSecretKey
@Inject public SecretKeyPropertyReader(EPagesJDirConfiguration dirConfig)