Class KeycloakUserController
java.lang.Object
com.arms.api.keycloak.user.controller.KeycloakUserController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>ckeckPermissions(org.springframework.web.server.ServerWebExchange exchange, String userId, String currentPage) reactor.core.publisher.Mono<List<org.keycloak.representations.idm.UserRepresentation>>reactor.core.publisher.Mono<List<org.keycloak.representations.idm.UserRepresentation>>getUsers(org.springframework.web.server.ServerWebExchange exchange)
-
Constructor Details
-
KeycloakUserController
public KeycloakUserController()
-
-
Method Details
-
getUser
-
getUsers
@GetMapping("/auth-user/users") @ResponseBody public reactor.core.publisher.Mono<List<org.keycloak.representations.idm.UserRepresentation>> getUsers(org.springframework.web.server.ServerWebExchange exchange) -
ckeckPermissions
-