Class AuthenticationManagerResolver

java.lang.Object
com.cloudimpl.outstack.spring.security.AuthenticationManagerResolver
All Implemented Interfaces:
org.springframework.security.authentication.ReactiveAuthenticationManagerResolver<org.springframework.web.server.ServerWebExchange>

@Component
public class AuthenticationManagerResolver
extends java.lang.Object
implements org.springframework.security.authentication.ReactiveAuthenticationManagerResolver<org.springframework.web.server.ServerWebExchange>
Author:
nuwan
  • Constructor Summary

    Constructors
    Constructor Description
    AuthenticationManagerResolver​(org.springframework.security.oauth2.jwt.ReactiveJwtDecoder jwtDecoder, AuthenticationProvider authenticationProvider, AuthorizationProvider authorizationProvider, TokenProvider tokenProvider)  
  • Method Summary

    Modifier and Type Method Description
    reactor.core.publisher.Mono<org.springframework.security.authentication.ReactiveAuthenticationManager> resolve​(org.springframework.web.server.ServerWebExchange c)  

    Methods inherited from class java.lang.Object

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

    • AuthenticationManagerResolver

      public AuthenticationManagerResolver​(org.springframework.security.oauth2.jwt.ReactiveJwtDecoder jwtDecoder, @Autowired(required=false) AuthenticationProvider authenticationProvider, @Autowired(required=false) AuthorizationProvider authorizationProvider, @Autowired(required=false) TokenProvider tokenProvider)
  • Method Details

    • resolve

      public reactor.core.publisher.Mono<org.springframework.security.authentication.ReactiveAuthenticationManager> resolve​(org.springframework.web.server.ServerWebExchange c)
      Specified by:
      resolve in interface org.springframework.security.authentication.ReactiveAuthenticationManagerResolver<org.springframework.web.server.ServerWebExchange>