Uses of Class
org.camunda.bpm.extension.graphql.auth.AuthenticationResult
-
Packages that use AuthenticationResult Package Description org.camunda.bpm.extension.graphql.auth org.camunda.bpm.extension.graphql.auth.impl -
-
Uses of AuthenticationResult in org.camunda.bpm.extension.graphql.auth
Methods in org.camunda.bpm.extension.graphql.auth that return AuthenticationResult Modifier and Type Method Description AuthenticationResultAuthenticationProvider. extractAuthenticatedUser(javax.servlet.http.HttpServletRequest request, org.camunda.bpm.engine.ProcessEngine engine)Checks the request for authentication.static AuthenticationResultAuthenticationResult. successful(String userId)static AuthenticationResultAuthenticationResult. unsuccessful()static AuthenticationResultAuthenticationResult. unsuccessful(String userId) -
Uses of AuthenticationResult in org.camunda.bpm.extension.graphql.auth.impl
Methods in org.camunda.bpm.extension.graphql.auth.impl that return AuthenticationResult Modifier and Type Method Description AuthenticationResultHttpBasicAuthenticationProvider. extractAuthenticatedUser(javax.servlet.http.HttpServletRequest request, org.camunda.bpm.engine.ProcessEngine engine)
-