Interface ElytronMessages
-
- All Superinterfaces:
BasicLogger
- All Known Implementing Classes:
ElytronMessages_$logger
@MessageLogger(projectCode="ELY", length=5) @ValidIdRange(min=1104,max=1180) @ValidIdRange(min=1181,max=1185) public interface ElytronMessages extends BasicLoggerLog messages and exceptions for Elytron.- Author:
- David M. Lloyd, Darran Lofthouse
-
-
Field Summary
Fields Modifier and Type Field Description static ElytronMessageslog
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidavoidingFetchJwks(URL url, long timestamp)RuntimeExceptiontokenRealmFailedToObtainPrincipal(Throwable cause)IllegalStateExceptiontokenRealmFailedToObtainPrincipalWithClaim(String claimName)voidtokenRealmJwkMissingClaim(String claim)IllegalArgumentExceptiontokenRealmJwtInvalidFormat()IllegalArgumentExceptiontokenRealmJwtInvalidPublicKeyPem()voidtokenRealmJwtNoSSLIgnoringJku()IllegalStateExceptiontokenRealmJwtParseFailed(Throwable cause)IllegalStateExceptiontokenRealmJwtSignatureCheckFailed(Throwable cause)IllegalArgumentExceptiontokenRealmJwtSignatureInvalidAlgorithm(String algorithm)voidtokenRealmJwtWarnNoAudienceIgnoringAudienceCheck()voidtokenRealmJwtWarnNoIssuerIgnoringIssuerCheck()voidtokenRealmJwtWarnNoPublicKeyIgnoringSignatureCheck()RealmUnavailableExceptiontokenRealmOAuth2TokenIntrospectionFailed(Throwable cause)voidunableToFetchJwks(String url)-
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 ElytronMessages log
-
-
Method Detail
-
tokenRealmFailedToObtainPrincipal
@Message(id=1104, value="OAuth2-based realm failed to obtain principal") RuntimeException tokenRealmFailedToObtainPrincipal(@Cause Throwable cause)
-
tokenRealmOAuth2TokenIntrospectionFailed
@Message(id=1105, value="OAuth2-based realm failed to introspect token") RealmUnavailableException tokenRealmOAuth2TokenIntrospectionFailed(@Cause Throwable cause)
-
tokenRealmFailedToObtainPrincipalWithClaim
@Message(id=1113, value="Token-based realm failed to obtain principal from token using claim [%s]") IllegalStateException tokenRealmFailedToObtainPrincipalWithClaim(String claimName)
-
tokenRealmJwtInvalidFormat
@Message(id=1114, value="Invalid token format. Tokens must have a signature part accordingly with JWS specification") IllegalArgumentException tokenRealmJwtInvalidFormat()
-
tokenRealmJwtParseFailed
@Message(id=1115, value="Failed to parse token") IllegalStateException tokenRealmJwtParseFailed(@Cause Throwable cause)
-
tokenRealmJwtSignatureCheckFailed
@Message(id=1116, value="Signature verification failed") IllegalStateException tokenRealmJwtSignatureCheckFailed(@Cause Throwable cause)
-
tokenRealmJwtSignatureInvalidAlgorithm
@Message(id=1117, value="Invalid signature algorithm [%s]") IllegalArgumentException tokenRealmJwtSignatureInvalidAlgorithm(String algorithm)
-
tokenRealmJwtInvalidPublicKeyPem
@Message(id=1118, value="Public key could not be obtained. Probably due to an invalid PEM format.") IllegalArgumentException tokenRealmJwtInvalidPublicKeyPem()
-
tokenRealmJwtWarnNoIssuerIgnoringIssuerCheck
@LogMessage(level=WARN) @Message(id=1126, value="Jwt-based token realm not configured with a list of valid issuers. Ignoring issuer verification.") void tokenRealmJwtWarnNoIssuerIgnoringIssuerCheck()
-
tokenRealmJwtWarnNoAudienceIgnoringAudienceCheck
@LogMessage(level=WARN) @Message(id=1127, value="Jwt-based token not configured with a list of valid audiences. Ignoring audience verification.") void tokenRealmJwtWarnNoAudienceIgnoringAudienceCheck()
-
tokenRealmJwtWarnNoPublicKeyIgnoringSignatureCheck
@LogMessage(level=WARN) @Message(id=1128, value="Jwt-based token not configured with a public key. Ignoring signature verification.") void tokenRealmJwtWarnNoPublicKeyIgnoringSignatureCheck()
-
unableToFetchJwks
@LogMessage(level=WARN) @Message(id=1178, value="Unable to update jwk set from \"%1$s\".") void unableToFetchJwks(String url)
-
tokenRealmJwtNoSSLIgnoringJku
@LogMessage(level=WARN) @Message(id=1179, value="SSL not configured. jku claim will not be supported.") void tokenRealmJwtNoSSLIgnoringJku()
-
tokenRealmJwkMissingClaim
@LogMessage @Message(id=1180, value="Fetched jwk does not contain \"%1$s\" claim, ignoring...") void tokenRealmJwkMissingClaim(String claim)
-
-