Uses of Class
com.kingsrook.qqq.backend.core.model.metadata.authentication.QAuthenticationMetaData
Packages that use QAuthenticationMetaData
Package
Description
These classes are input/output wrappers for middleware executors.
-
Uses of QAuthenticationMetaData in com.kingsrook.qqq.backend.core.model.metadata
Methods in com.kingsrook.qqq.backend.core.model.metadata that return QAuthenticationMetaDataMethods in com.kingsrook.qqq.backend.core.model.metadata with parameters of type QAuthenticationMetaDataModifier and TypeMethodDescriptionvoid
QInstance.setAuthentication
(QAuthenticationMetaData authentication) Setter for authentication -
Uses of QAuthenticationMetaData in com.kingsrook.qqq.backend.core.model.metadata.authentication
Subclasses of QAuthenticationMetaData in com.kingsrook.qqq.backend.core.model.metadata.authenticationModifier and TypeClassDescriptionclass
Meta-data to provide details of an Auth0 Authentication moduleclass
Meta-data to provide details of an OAuth2 Authentication moduleclass
Meta-data to provide details of an Auth0 Authentication moduleMethods in com.kingsrook.qqq.backend.core.model.metadata.authentication that return QAuthenticationMetaDataModifier and TypeMethodDescriptionQAuthenticationMetaData.withCustomizer
(QCodeReference customizer) Fluent setter for customizerQAuthenticationMetaData.withType
(QAuthenticationType type) QAuthenticationMetaData.withValues
(Map<String, String> values) -
Uses of QAuthenticationMetaData in com.kingsrook.qqq.backend.core.modules.authentication
Methods in com.kingsrook.qqq.backend.core.modules.authentication with parameters of type QAuthenticationMetaDataModifier and TypeMethodDescriptionQAuthenticationModuleDispatcher.getQModule
(QAuthenticationMetaData authenticationMetaData) -
Uses of QAuthenticationMetaData in com.kingsrook.qqq.middleware.javalin.executors.io
Methods in com.kingsrook.qqq.middleware.javalin.executors.io with parameters of type QAuthenticationMetaDataModifier and TypeMethodDescriptionvoid
AuthenticationMetaDataOutputInterface.setAuthenticationMetaData
(QAuthenticationMetaData qAuthenticationMetaData) -
Uses of QAuthenticationMetaData in com.kingsrook.qqq.middleware.javalin.specs.v1.responses
Methods in com.kingsrook.qqq.middleware.javalin.specs.v1.responses with parameters of type QAuthenticationMetaDataModifier and TypeMethodDescriptionvoid
AuthenticationMetaDataResponseV1.setAuthenticationMetaData
(QAuthenticationMetaData qAuthenticationMetaData)