Class AuthorizationServerAutoConfiguration.ResourceServerSecurityConfiguration

java.lang.Object
io.jmix.autoconfigure.authorizationserver.AuthorizationServerAutoConfiguration.ResourceServerSecurityConfiguration
Enclosing class:
AuthorizationServerAutoConfiguration

@Configuration(proxyBeanMethods=false) public static class AuthorizationServerAutoConfiguration.ResourceServerSecurityConfiguration extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector
    opaqueTokenIntrospector(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, org.springframework.security.core.userdetails.UserDetailsService userDetailsService)
     
    org.springframework.security.web.SecurityFilterChain
    resourceServerSecurityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector opaqueTokenIntrospector)
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • ResourceServerSecurityConfiguration

      public ResourceServerSecurityConfiguration()
  • Method Details

    • resourceServerSecurityFilterChain

      @Bean("authsr_ResourceServerSecurityFilterChain") @Order(250) public org.springframework.security.web.SecurityFilterChain resourceServerSecurityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector opaqueTokenIntrospector) throws Exception
      Throws:
      Exception
    • opaqueTokenIntrospector

      @ConditionalOnMissingBean @Bean("authsr_OpaqueTokenIntrospector") public org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector opaqueTokenIntrospector(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, org.springframework.security.core.userdetails.UserDetailsService userDetailsService)