Package | Description |
---|---|
org.camunda.bpm.engine.rest.security.auth | |
org.camunda.bpm.engine.rest.security.auth.impl |
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) |
Copyright © 2015. All rights reserved.