Uses of Class
com.kingsrook.qqq.backend.core.model.metadata.authentication.AuthScope
Packages that use AuthScope
Package
Description
-
Uses of AuthScope in com.kingsrook.qqq.backend.core.model.metadata
Methods in com.kingsrook.qqq.backend.core.model.metadata that return types with arguments of type AuthScopeModifier and TypeMethodDescriptionQInstance.getScopedAuthenticationProviders()Get all registered scoped authentication providers.Methods in com.kingsrook.qqq.backend.core.model.metadata with parameters of type AuthScopeModifier and TypeMethodDescriptionQInstance.findAuthenticationProvider(AuthScope scope) Find an authentication provider for a specific scope.voidQInstance.registerAuthenticationProvider(AuthScope scope, QAuthenticationMetaData authMetaData) Register an authentication provider for a specific scope. -
Uses of AuthScope in com.kingsrook.qqq.backend.core.model.metadata.authentication
Subclasses of AuthScope in com.kingsrook.qqq.backend.core.model.metadata.authenticationModifier and TypeClassDescriptionstatic classAPI-specific authentication scope - applies to requests for a specific API.static classInstance default authentication scope - applies to all requests unless overridden by a more specific scope.static classRoute provider-specific authentication scope - applies to requests handled by a specific route provider (e.g., an SPA).