Class Hierarchy
- java.lang.Object
- org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
- com.flowable.core.spring.security.token.FlowableJwtAuthenticationManagerResolver (implements org.springframework.security.authentication.AuthenticationManagerResolver<C>)
- com.flowable.core.spring.security.token.FlowableJwtResourceServerConfigurer.AccessTokenJwtConfigurer
- com.flowable.core.spring.security.token.FlowableJwtResourceServerConfigurer.JwtConfigurer
- com.flowable.core.spring.security.token.FlowableTokenAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, jakarta.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- com.flowable.core.spring.security.token.JwtAccessTokenValidator (implements org.springframework.security.oauth2.core.OAuth2TokenValidator<T>)
- com.flowable.core.spring.security.token.PersistentTokenServiceImpl (implements org.springframework.beans.factory.InitializingBean, com.flowable.core.spring.security.token.PersistentTokenService)
- org.springframework.security.config.annotation.SecurityConfigurerAdapter<O,B> (implements org.springframework.security.config.annotation.SecurityConfigurer<O,B>)