Uses of Interface
org.camunda.bpm.extension.graphql.auth.AuthenticationProvider
-
Packages that use AuthenticationProvider Package Description org.camunda.bpm.extension.graphql.auth org.camunda.bpm.extension.graphql.auth.impl -
-
Uses of AuthenticationProvider in org.camunda.bpm.extension.graphql.auth
Fields in org.camunda.bpm.extension.graphql.auth declared as AuthenticationProvider Modifier and Type Field Description protected AuthenticationProviderProcessEngineAuthenticationFilter. authenticationProvider -
Uses of AuthenticationProvider in org.camunda.bpm.extension.graphql.auth.impl
Classes in org.camunda.bpm.extension.graphql.auth.impl that implement AuthenticationProvider Modifier and Type Class Description classHttpBasicAuthenticationProviderAuthenticates a request against the provided process engine's identity service by applying http basic authentication.
-