Package org.activiti.cloud.identity
Interface IdentityService
-
- All Known Subinterfaces:
IdentityManagementService
public interface IdentityServiceInterface used to handle general purpose interaction with external Identity and Access Management
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupfindGroupByName(String groupName)UserfindUserByName(String userName)List<User>findUsersByGroupName(String groupName)
-