Uses of Class
org.camunda.bpm.engine.rest.security.auth.AuthenticationResult

Packages that use AuthenticationResult
org.camunda.bpm.engine.rest.security.auth   
org.camunda.bpm.engine.rest.security.auth.impl   
 

Uses of AuthenticationResult in org.camunda.bpm.engine.rest.security.auth
 

Methods in org.camunda.bpm.engine.rest.security.auth that return AuthenticationResult
 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)
           
 

Uses of AuthenticationResult in org.camunda.bpm.engine.rest.security.auth.impl
 

Methods in org.camunda.bpm.engine.rest.security.auth.impl that return AuthenticationResult
 AuthenticationResult HttpBasicAuthenticationProvider.extractAuthenticatedUser(javax.servlet.http.HttpServletRequest request, ProcessEngine engine)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.