| Package | Description |
|---|---|
| org.hswebframework.web.authorization.basic.web | |
| org.hswebframework.web.authorization.simple | |
| org.hswebframework.web.authorization.token |
| Modifier and Type | Method and Description |
|---|---|
void |
ReactiveUserTokenController.setAuthenticationManager(ReactiveAuthenticationManager authenticationManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeReactiveAuthenticationManager |
| Modifier and Type | Method and Description |
|---|---|
ReactiveAuthenticationManager |
DefaultAuthorizationAutoConfiguration.reactiveAuthenticationManager(List<ReactiveAuthenticationManagerProvider> providers) |
| Modifier and Type | Method and Description |
|---|---|
UserTokenReactiveAuthenticationSupplier |
DefaultAuthorizationAutoConfiguration.userTokenReactiveAuthenticationSupplier(UserTokenManager userTokenManager,
ReactiveAuthenticationManager authenticationManager) |
| Modifier and Type | Method and Description |
|---|---|
protected reactor.core.publisher.Mono<Authentication> |
UserTokenReactiveAuthenticationSupplier.get(ReactiveAuthenticationManager authenticationManager,
String userId) |
| Constructor and Description |
|---|
UserTokenReactiveAuthenticationSupplier(UserTokenManager userTokenManager,
ReactiveAuthenticationManager defaultAuthenticationManager) |
Copyright © 2016–2021. All rights reserved.