Class MultiTenantResourceServerJwtConfiguration

java.lang.Object
io.quantics.multitenant.oauth2.config.MultiTenantResourceServerJwtConfiguration

@Configuration
@Conditional(io.quantics.multitenant.oauth2.config.JwtCondition.class)
public class MultiTenantResourceServerJwtConfiguration
extends java.lang.Object
Configures a JwtDecoder and exposes it as a bean. The JwtDecoder uses a JWTProcessor with a MultiTenantJWSKeySelector and a MultiTenantJwtIssuerValidator.
  • Constructor Summary

    Constructors
    Constructor Description
    MultiTenantResourceServerJwtConfiguration()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MultiTenantResourceServerJwtConfiguration

      public MultiTenantResourceServerJwtConfiguration()