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 void
QJavalinApiHandler.setupSession
(io.javalin.http.Context context, AbstractActionInput input, String version, ApiInstanceMetaData apiInstanceMetaData) -
Uses of QAuthenticationException in com.kingsrook.qqq.backend.core.exceptions
Subclasses of QAuthenticationException in com.kingsrook.qqq.backend.core.exceptionsModifier and TypeClassDescriptionclass
Exception 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 QSession
QAuthenticationModuleInterface.createAutomatedSessionForUser
(QInstance qInstance, Serializable userId) QAuthenticationModuleInterface.createSession
(QInstance qInstance, Map<String, String> context) default void
QAuthenticationModuleCustomizerInterface.customizeAutomatedSessionForUser
(QInstance qInstance, QSession automatedSessionForUser, Serializable userId) default String
QAuthenticationModuleInterface.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 QSession
QJavalinImplementation.setupSession
(io.javalin.http.Context context, AbstractActionInput input) -
Uses of QAuthenticationException in com.kingsrook.qqq.middleware.javalin.executors
Methods in com.kingsrook.qqq.middleware.javalin.executors that throw QAuthenticationExceptionModifier and TypeMethodDescriptionstatic QSession
ExecutorSessionUtils.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 void
QSlackImplementation.setupSession
(io.javalin.http.Context context, AbstractActionInput input)