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

Packages that use AuthenticationResult
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   
 

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

Methods in org.camunda.bpm.engine.rest that return AuthenticationResult
 AuthenticationResult IdentityRestService.verifyUser(BasicUserCredentialsDto credentialsDto)
           
 

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

Methods in org.camunda.bpm.engine.rest.impl that return AuthenticationResult
 AuthenticationResult IdentityRestServiceImpl.verifyUser(BasicUserCredentialsDto credentialsDto)
           
 

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 © 2017 camunda services GmbH. All rights reserved.