Uses of Interface
io.quantics.multitenant.tenantdetails.TenantDetailsService
Packages that use TenantDetailsService
Package
Description
Contains configuration classes for OAuth2-based multi-tenant applications.
-
Uses of TenantDetailsService in io.quantics.multitenant.oauth2.config
Methods in io.quantics.multitenant.oauth2.config with parameters of type TenantDetailsServiceModifier and TypeMethodDescriptionorg.springframework.security.authentication.AuthenticationManagerResolver<javax.servlet.http.HttpServletRequest>MultiTenantResourceServerJwtConfiguration.multiTenantJwtAuthoritiesConverterResolver(TenantDetailsService tenantService, org.springframework.security.oauth2.jwt.JwtDecoder multiTenantJwtDecoder, MultiTenantResourceServerProperties properties) org.springframework.security.authentication.AuthenticationManagerResolver<javax.servlet.http.HttpServletRequest>MultiTenantResourceServerJwtConfiguration.multiTenantJwtResolver(TenantDetailsService tenantService, org.springframework.security.oauth2.jwt.JwtDecoder multiTenantJwtDecoder) Constructors in io.quantics.multitenant.oauth2.config with parameters of type TenantDetailsServiceModifierConstructorDescriptionMultiTenantAuthenticationManagerResolver(TenantDetailsService tenantService, org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder) MultiTenantAuthenticationManagerResolver(TenantDetailsService tenantService, org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter authenticationConverter) MultiTenantJWSKeySelector(TenantDetailsService tenantService) MultiTenantJwtIssuerValidator(TenantDetailsService tenantService)