Interface ReactiveUserDetailsService

    • Method Detail

      • findByUsername

        reactor.core.publisher.Mono<UserDetails> findByUsername​(java.lang.String username)
        Find the UserDetails by username.
        Parameters:
        username - the username to look up
        Returns:
        the UserDetails. Cannot be null