| Modifier and Type | Method and Description |
|---|---|
Authentication |
AuthenticationManager.authenticate(AuthenticationRequest request)
进行授权操作
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Authentication> |
ReactiveAuthenticationManagerProvider.authenticate(reactor.core.publisher.Mono<AuthenticationRequest> request)
进行授权操作
|
reactor.core.publisher.Mono<Authentication> |
ReactiveAuthenticationManager.authenticate(reactor.core.publisher.Mono<AuthenticationRequest> request)
进行授权操作
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
EmbedAuthenticationManager.authenticate(AuthenticationRequest request) |
Authentication |
EmbedAuthenticationProperties.authenticate(AuthenticationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Authentication> |
EmbedReactiveAuthenticationManager.authenticate(reactor.core.publisher.Mono<AuthenticationRequest> request) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlainTextUsernamePasswordAuthenticationRequest |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Authentication> |
CompositeReactiveAuthenticationManager.authenticate(reactor.core.publisher.Mono<AuthenticationRequest> request) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Authentication> |
DefaultReactiveAuthenticationManager.authenticate(reactor.core.publisher.Mono<AuthenticationRequest> request) |
Copyright © 2016–2021. All rights reserved.