Package io.smallrye.jwt.config
Interface ConfigLogging
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
ConfigLogging_$logger
@MessageLogger(projectCode="SRJWT", length=5) public interface ConfigLogging extends org.jboss.logging.BasicLogger
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigLogginglog
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigValues(String jwtPublicKey, String jwtIssuer, String jwtLocation)voidparsingPublicKeyAsJwkFailed(String exceptionMessage)voidpublicKeyAndLocationAreUnavailable()voidpublicKeyParsedAsJwk()voidpublicKeyParsedAsPem()voidreplacedConfig(String originalConfig, String newConfig)voidunsupportedKeyFormat()-
Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
-
-
-
-
Field Detail
-
log
static final ConfigLogging log
-
-
Method Detail
-
configValues
@LogMessage(level=DEBUG) @Message(id=3000, value="init, mpJwtPublicKey=%s, mpJwtIssuer=%s, mpJwtLocation=%s") void configValues(String jwtPublicKey, String jwtIssuer, String jwtLocation)
-
publicKeyAndLocationAreUnavailable
@LogMessage(level=DEBUG) @Message(id=3001, value="Neither mpJwtPublicKey nor mpJwtLocation properties are configured, JWTAuthContextInfo will not be available") void publicKeyAndLocationAreUnavailable()
-
publicKeyParsedAsJwk
@LogMessage(level=DEBUG) @Message(id=3002, value="mpJwtPublicKey parsed as JWK(S)") void publicKeyParsedAsJwk()
-
parsingPublicKeyAsJwkFailed
@LogMessage(level=DEBUG) @Message(id=3003, value="mpJwtPublicKey failed as JWK(S), %s") void parsingPublicKeyAsJwkFailed(String exceptionMessage)
-
publicKeyParsedAsPem
@LogMessage(level=DEBUG) @Message(id=3004, value="mpJwtPublicKey parsed as PEM") void publicKeyParsedAsPem()
-
unsupportedKeyFormat
@LogMessage(level=DEBUG) @Message(id=3005, value="Unsupported key format") void unsupportedKeyFormat()
-
-