| Package | Description | 
|---|---|
| org.camunda.bpm.engine.rest | |
| org.camunda.bpm.engine.rest.impl | |
| org.camunda.bpm.engine.rest.security.auth | |
| org.camunda.bpm.engine.rest.security.auth.impl | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticationResult | 
IdentityRestService.verifyUser(BasicUserCredentialsDto credentialsDto)  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticationResult | 
IdentityRestServiceImpl.verifyUser(BasicUserCredentialsDto credentialsDto)  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticationResult | 
AuthenticationProvider.extractAuthenticatedUser(javax.servlet.http.HttpServletRequest request,
                        ProcessEngine engine)
Checks the request for authentication. 
 | 
static AuthenticationResult | 
AuthenticationResult.successful(String userId)  | 
static AuthenticationResult | 
AuthenticationResult.unsuccessful()  | 
static AuthenticationResult | 
AuthenticationResult.unsuccessful(String userId)  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticationResult | 
HttpBasicAuthenticationProvider.extractAuthenticatedUser(javax.servlet.http.HttpServletRequest request,
                        ProcessEngine engine)  | 
AuthenticationResult | 
ContainerBasedAuthenticationProvider.extractAuthenticatedUser(javax.servlet.http.HttpServletRequest request,
                        ProcessEngine engine)  | 
Copyright © 2019. All rights reserved.