Interface ElytronMessages2
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
@MessageLogger(projectCode="ELY", length=5) @ValidIdRange(min=1106,max=1106) @ValidIdRange(min=5053,max=5053) @ValidIdRange(min=5125,max=5125) @ValidIdRange(min=9001,max=9001) interface ElytronMessages2 extends org.jboss.logging.BasicLoggerLog messages and exceptions for Elytron.- Author:
- David M. Lloyd, Darran Lofthouse
-
-
Field Summary
Fields Modifier and Type Field Description static ElytronMessages2saslOAuth2
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IllegalStateExceptionfailedToObtainSSLContext(Throwable cause)AuthenticationMechanismExceptionmechCallbackHandlerFailedForUnknownReason(Throwable cause)AuthenticationMechanismExceptionmechUnableToHandleResponseFromServer(Throwable cause)IllegalStateExceptionoauth2ClientCredentialsNotProvided()-
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
-
saslOAuth2
static final ElytronMessages2 saslOAuth2
-
-
Method Detail
-
failedToObtainSSLContext
@Message(id=1106, value="Could not obtain SSLContext") IllegalStateException failedToObtainSSLContext(@Cause Throwable cause)
-
mechCallbackHandlerFailedForUnknownReason
@Message(id=5053, value="Callback handler failed for unknown reason") AuthenticationMechanismException mechCallbackHandlerFailedForUnknownReason(@Cause Throwable cause)
-
mechUnableToHandleResponseFromServer
@Message(id=5125, value="Unable to handle response from server") AuthenticationMechanismException mechUnableToHandleResponseFromServer(@Cause Throwable cause)
-
oauth2ClientCredentialsNotProvided
@Message(id=9001, value="Client credentials not provided") IllegalStateException oauth2ClientCredentialsNotProvided()
-
-