| 程序包 | 说明 |
|---|---|
| org.hswebframework.web.system.authorization.api.service | |
| org.hswebframework.web.system.authorization.api.service.reactive |
| 限定符和类型 | 方法和说明 |
|---|---|
List<UserEntity> |
UserService.findById(Collection<String> ids) |
Optional<UserEntity> |
UserService.findById(String id) |
Optional<UserEntity> |
UserService.findByUsername(@NotEmpty String username) |
Optional<UserEntity> |
UserService.findByUsernameAndPassword(@NotEmpty String username,
@NotEmpty String plainPassword) |
List<UserEntity> |
UserService.findUser(org.hswebframework.ezorm.core.param.QueryParam queryParam) |
PagerResult<UserEntity> |
UserService.findUserPager(org.hswebframework.ezorm.core.param.QueryParam param) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
UserService.saveUser(UserEntity userEntity) |
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<UserEntity> |
ReactiveUserService.findById(String id) |
reactor.core.publisher.Mono<UserEntity> |
ReactiveUserService.findByUsername(String username) |
reactor.core.publisher.Mono<UserEntity> |
ReactiveUserService.findByUsernameAndPassword(String username,
String plainPassword) |
reactor.core.publisher.Flux<UserEntity> |
ReactiveUserService.findUser(org.hswebframework.ezorm.core.param.QueryParam queryParam) |
reactor.core.publisher.Mono<UserEntity> |
ReactiveUserService.newUserInstance() |
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<Boolean> |
ReactiveUserService.saveUser(reactor.core.publisher.Mono<UserEntity> userEntity) |
Copyright © 2016–2021. All rights reserved.