public class JWTLogCategories
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static LogCategory | 
CONFIG
Configuration issues are logged on error
 Individual settings are logged in 
 | 
static LogCategory | 
CONSTRAINT
Allows more fine-grained reporting of a user's Bean Validation constraints 
 | 
static LogCategory | 
KEYS
Key resolution and key values are logged on debug and info
 allowing users to know exactly what key is being used for verification 
 | 
static LogCategory | 
TOKENS
Where full JWTs are logged 
 | 
static LogCategory | 
TOKENS_DECODED
Decoded form of the JWT. 
 | 
static LogCategory | 
TOKENS_ENCODED
Encoded form of the JWT. 
 | 
static LogCategory | 
VALIDATION
Expresses if a token is valid or not 
 | 
public static final LogCategory CONFIG
public static final LogCategory KEYS
public static final LogCategory VALIDATION
public static final LogCategory CONSTRAINT
public static final LogCategory TOKENS
public static final LogCategory TOKENS_ENCODED
public static final LogCategory TOKENS_DECODED