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