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 that return types with arguments of type QAuthenticationMetaDataModifier and TypeMethodDescriptionQInstance.findAuthenticationProvider(AuthScope scope) Find an authentication provider for a specific scope.QInstance.getScopedAuthenticationProviders()Get all registered scoped authentication providers.Methods in com.kingsrook.qqq.backend.core.model.metadata with parameters of type QAuthenticationMetaDataModifier and TypeMethodDescriptionvoidQInstance.registerAuthenticationProvider(AuthScope scope, QAuthenticationMetaData authMetaData) Register an authentication provider for a specific scope.QInstance.setAuthentication(QAuthenticationMetaData authentication) Deprecated.QInstance.withInstanceDefaultAuthentication(QAuthenticationMetaData authMetaData) Fluent setter for instance default 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 TypeClassDescriptionclassMeta-data to provide details of an Auth0 Authentication moduleclassMeta-data to provide details of an OAuth2 Authentication moduleclassMeta-data to provide details of an Auth0 Authentication moduleMethods in com.kingsrook.qqq.backend.core.model.metadata.authentication that return QAuthenticationMetaDataModifier and TypeMethodDescriptionstatic QAuthenticationMetaDataAuthenticationResolver.resolve(QInstance instance, AuthResolutionContext context) Resolve the authentication provider for the given context.QAuthenticationMetaData.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.backend.javalin
Methods in com.kingsrook.qqq.backend.javalin with parameters of type QAuthenticationMetaDataModifier and TypeMethodDescriptionstatic QSessionQJavalinImplementation.setupSession(io.javalin.http.Context context, AbstractActionInput input, QAuthenticationMetaData authMetaData) Setup session using the specified authentication metadata. -
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 TypeMethodDescriptionvoidAuthenticationMetaDataOutputInterface.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 TypeMethodDescriptionvoidAuthenticationMetaDataResponseV1.setAuthenticationMetaData(QAuthenticationMetaData qAuthenticationMetaData)
QInstance.registerAuthenticationProvider(AuthScope, QAuthenticationMetaData)withAuthScope.instanceDefault()instead, or useQInstance.withInstanceDefaultAuthentication(QAuthenticationMetaData)for fluent chaining.