Hierarchy For Package org.springframework.security.oauth2.server.resource.authentication

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
    • org.springframework.security.oauth2.server.resource.authentication.DelegatingJwtGrantedAuthoritiesConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
    • org.springframework.security.oauth2.server.resource.authentication.ExpressionJwtGrantedAuthoritiesConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
    • org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
    • org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
    • org.springframework.security.oauth2.server.resource.authentication.JwtBearerTokenAuthenticationConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
    • org.springframework.security.oauth2.server.resource.authentication.JwtGrantedAuthoritiesConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
    • org.springframework.security.oauth2.server.resource.authentication.JwtIssuerAuthenticationManagerResolver (implements org.springframework.security.authentication.AuthenticationManagerResolver<C>)
    • org.springframework.security.oauth2.server.resource.authentication.JwtIssuerReactiveAuthenticationManagerResolver (implements org.springframework.security.authentication.ReactiveAuthenticationManagerResolver<C>)
    • org.springframework.security.oauth2.server.resource.authentication.JwtReactiveAuthenticationManager (implements org.springframework.security.authentication.ReactiveAuthenticationManager)
    • org.springframework.security.oauth2.server.resource.authentication.OpaqueTokenAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
    • org.springframework.security.oauth2.server.resource.authentication.OpaqueTokenReactiveAuthenticationManager (implements org.springframework.security.authentication.ReactiveAuthenticationManager)
    • org.springframework.security.oauth2.server.resource.authentication.ReactiveJwtAuthenticationConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
    • org.springframework.security.oauth2.server.resource.authentication.ReactiveJwtAuthenticationConverterAdapter (implements org.springframework.core.convert.converter.Converter<S,T>)
    • org.springframework.security.oauth2.server.resource.authentication.ReactiveJwtGrantedAuthoritiesConverterAdapter (implements org.springframework.core.convert.converter.Converter<S,T>)