public class AuthenticationService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_WELCOME |
static String[] |
APPS |
| Constructor and Description |
|---|
AuthenticationService() |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
createAuthenticate(org.camunda.bpm.engine.ProcessEngine processEngine,
String username,
List<String> groupIds,
List<String> tenantIds) |
Authentication |
createAuthenticate(String engineName,
String username) |
Authentication |
createAuthenticate(String engineName,
String username,
List<String> groupIds,
List<String> tenantIds) |
List<String> |
getGroupsOfUser(org.camunda.bpm.engine.ProcessEngine engine,
String userId) |
List<String> |
getTenantsOfUser(org.camunda.bpm.engine.ProcessEngine engine,
String userId) |
protected boolean |
isAuthorizedForApp(org.camunda.bpm.engine.AuthorizationService authorizationService,
String username,
List<String> groupIds,
String application) |
public static final String[] APPS
public static final String APP_WELCOME
public Authentication createAuthenticate(String engineName, String username)
public Authentication createAuthenticate(String engineName, String username, List<String> groupIds, List<String> tenantIds)
public Authentication createAuthenticate(org.camunda.bpm.engine.ProcessEngine processEngine, String username, List<String> groupIds, List<String> tenantIds)
public List<String> getTenantsOfUser(org.camunda.bpm.engine.ProcessEngine engine, String userId)
public List<String> getGroupsOfUser(org.camunda.bpm.engine.ProcessEngine engine, String userId)
Copyright © 2014–2019 camunda services GmbH. All rights reserved.