Class MultiTenantResourceServerWebSecurityConfiguration
java.lang.Object
io.quantics.multitenant.oauth2.config.MultiTenantResourceServerWebSecurityConfiguration
@Configuration
public class MultiTenantResourceServerWebSecurityConfiguration
extends java.lang.Object
Configures a
WebSecurityConfigurerAdapter when jwt is used as the mode for resolving the tenant.
If an authorities converter is configured as well, then this converter is configured using a
JwtAuthenticationConverter.-
Constructor Summary
Constructors Constructor Description MultiTenantResourceServerWebSecurityConfiguration() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MultiTenantResourceServerWebSecurityConfiguration
public MultiTenantResourceServerWebSecurityConfiguration()
-