public class JWTLogCategories
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static LogCategory | CONFIGConfiguration issues are logged on error
 Individual settings are logged in | 
| static LogCategory | CONSTRAINTAllows more fine-grained reporting of a user's Bean Validation constraints | 
| static LogCategory | KEYSKey resolution and key values are logged on debug and info
 allowing users to know exactly what key is being used for verification | 
| static LogCategory | TOKENSWhere full JWTs are logged | 
| static LogCategory | TOKENS_DECODEDDecoded form of the JWT. | 
| static LogCategory | TOKENS_ENCODEDEncoded form of the JWT. | 
| static LogCategory | VALIDATIONExpresses 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