JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.activiti.api.runtime.shared.identity
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
()