Uses of Class
com.kingsrook.qqq.backend.core.exceptions.QAuthenticationException
Packages that use QAuthenticationException
Package
Description
This package contains (hopefully generally) api-version-agnostic classes
that implement the actual QQQ Middleware.
-
Uses of QAuthenticationException in com.kingsrook.qqq.api.javalin
Methods in com.kingsrook.qqq.api.javalin that throw QAuthenticationExceptionModifier and TypeMethodDescriptionstatic voidQJavalinApiHandler.setupSession(io.javalin.http.Context context, AbstractActionInput input, String version, ApiInstanceMetaData apiInstanceMetaData) Setup session for API requests using scoped authentication resolution. -
Uses of QAuthenticationException in com.kingsrook.qqq.backend.core.exceptions
Subclasses of QAuthenticationException in com.kingsrook.qqq.backend.core.exceptionsModifier and TypeClassDescriptionclassException thrown doing authentication -
Uses of QAuthenticationException in com.kingsrook.qqq.backend.core.modules.authentication
Methods in com.kingsrook.qqq.backend.core.modules.authentication that throw QAuthenticationExceptionModifier and TypeMethodDescriptiondefault QSessionQAuthenticationModuleInterface.createAutomatedSessionForUser(QInstance qInstance, Serializable userId) QAuthenticationModuleInterface.createSession(QInstance qInstance, Map<String, String> context) default voidQAuthenticationModuleCustomizerInterface.customizeAutomatedSessionForUser(QInstance qInstance, QSession automatedSessionForUser, Serializable userId) default StringQAuthenticationModuleInterface.getLoginRedirectUrl(String originalUrl) -
Uses of QAuthenticationException in com.kingsrook.qqq.backend.core.modules.authentication.implementations
Methods in com.kingsrook.qqq.backend.core.modules.authentication.implementations that throw QAuthenticationExceptionModifier and TypeMethodDescriptionAuth0AuthenticationModule.createAutomatedSessionForUser(QInstance qInstance, Serializable userId) e.g., if a scheduled job needs to run as a user (say, a report)...OAuth2AuthenticationModule.createAutomatedSessionForUser(QInstance qInstance, Serializable userId) Auth0AuthenticationModule.createSession(QInstance qInstance, Map<String, String> context) MockAuthenticationModule.createSession(QInstance qInstance, Map<String, String> context) OAuth2AuthenticationModule.createSession(QInstance qInstance, Map<String, String> context) TableBasedAuthenticationModule.createSession(QInstance qInstance, Map<String, String> context) OAuth2AuthenticationModule.getLoginRedirectUrl(String originalUrl) -
Uses of QAuthenticationException in com.kingsrook.qqq.backend.javalin
Methods in com.kingsrook.qqq.backend.javalin that throw QAuthenticationExceptionModifier and TypeMethodDescriptionstatic QSessionQJavalinImplementation.setupSession(io.javalin.http.Context context, AbstractActionInput input) static QSessionQJavalinImplementation.setupSession(io.javalin.http.Context context, AbstractActionInput input, QAuthenticationMetaData authMetaData) Setup session using the specified authentication metadata. -
Uses of QAuthenticationException in com.kingsrook.qqq.middleware.javalin.executors
Methods in com.kingsrook.qqq.middleware.javalin.executors that throw QAuthenticationExceptionModifier and TypeMethodDescriptionstatic QSessionExecutorSessionUtils.setupSession(io.javalin.http.Context context, QInstance qInstance) -
Uses of QAuthenticationException in com.kingsrook.qqq.slack
Methods in com.kingsrook.qqq.slack that throw QAuthenticationExceptionModifier and TypeMethodDescriptionstatic voidQSlackImplementation.setupSession(io.javalin.http.Context context, AbstractActionInput input)