Uses of Class
org.camunda.bpm.engine.rest.security.auth.AuthenticationResult
-
Packages that use AuthenticationResult Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method 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)
-
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 Modifier and Type Method Description AuthenticationResult
ContainerBasedAuthenticationProvider. extractAuthenticatedUser(javax.servlet.http.HttpServletRequest request, ProcessEngine engine)
AuthenticationResult
HttpBasicAuthenticationProvider. extractAuthenticatedUser(javax.servlet.http.HttpServletRequest request, ProcessEngine engine)
-