All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ef.keycloak.service.keycloakRest.KeycloakRestService Maven / Gradle / Ivy

Go to download

This dependency contains the spring keycloak adapter for expert flow's CIM project

The newest version!
package com.ef.keycloak.service.keycloakRest;

import org.springframework.http.ResponseEntity;

import java.util.List;

public interface KeycloakRestService {

     ResponseEntity authenticateUser(String userName, String password);
     void getUsersByRole(List roles);
     ResponseEntity createUser(String accessToken);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy