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 final ConfigLogging
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configValues(String jwtPublicKey, String jwtIssuer, String jwtLocation)
     
    void
     
    void
     
    void
     
    void
     
    void
     
    void
    replacedConfig(String originalConfig, String newConfig)
     
    void
     
    void
     

    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 Details

  • Method Details

    • 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()
    • replacedConfig

      @LogMessage(level=WARN) @Message(id=3006, value="\'%s\' property is deprecated and will be removed in a future version. Use \'%s \' property instead") void replacedConfig(String originalConfig, String newConfig)
    • publicKeyConfiguredButOtherKeyPropertiesAreAlsoUsed

      @LogMessage(level=WARN) @Message(id=3007, value="Public key is configured but either the secret key or key location are also configured and will be ignored") void publicKeyConfiguredButOtherKeyPropertiesAreAlsoUsed()
    • secretKeyConfiguredButKeyLocationIsAlsoUsed

      @LogMessage(level=WARN) @Message(id=3008, value="Secret key is configured but the key location is also configured and will be ignored") void secretKeyConfiguredButKeyLocationIsAlsoUsed()