Uses of Class
org.camunda.bpm.engine.rest.security.auth.AuthenticationResult
Packages that use AuthenticationResult
Package
Description
-
Uses of AuthenticationResult in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return AuthenticationResultModifier and TypeMethodDescriptionIdentityRestService.verifyUser
(BasicUserCredentialsDto credentialsDto) -
Uses of AuthenticationResult in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return AuthenticationResultModifier and TypeMethodDescriptionIdentityRestServiceImpl.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 AuthenticationResultModifier and TypeMethodDescriptionAuthenticationProvider.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 AuthenticationResultModifier and TypeMethodDescriptionContainerBasedAuthenticationProvider.extractAuthenticatedUser
(javax.servlet.http.HttpServletRequest request, ProcessEngine engine) HttpBasicAuthenticationProvider.extractAuthenticatedUser
(javax.servlet.http.HttpServletRequest request, ProcessEngine engine) -
Uses of AuthenticationResult in org.camunda.bpm.spring.boot.starter.security.oauth2.impl
Methods in org.camunda.bpm.spring.boot.starter.security.oauth2.impl that return AuthenticationResultModifier and TypeMethodDescriptionOAuth2AuthenticationProvider.extractAuthenticatedUser
(jakarta.servlet.http.HttpServletRequest request, ProcessEngine engine)