JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.activiti.api.runtime.shared.identity
UserGroupManager
Contents
Description
Method Summary
Method Details
getUserGroups(String)
getUserRoles(String)
getGroups()
getUsers()
Hide sidebar
Show sidebar
Interface UserGroupManager
public interface
UserGroupManager
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
String
>
getGroups
()
List
<
String
>
getUserGroups
(
String
username)
List
<
String
>
getUserRoles
(
String
username)
List
<
String
>
getUsers
()
Method Details
getUserGroups
List
<
String
>
getUserGroups
(
String
username)
getUserRoles
List
<
String
>
getUserRoles
(
String
username)
getGroups
List
<
String
>
getGroups
()
getUsers
List
<
String
>
getUsers
()