Uses of Interface
org.camunda.bpm.engine.rest.security.auth.AuthenticationProvider
Packages that use AuthenticationProvider
Package
Description
- 
Uses of AuthenticationProvider in org.camunda.bpm.engine.rest.security.auth
Fields in org.camunda.bpm.engine.rest.security.auth declared as AuthenticationProviderModifier and TypeFieldDescriptionprotected AuthenticationProviderProcessEngineAuthenticationFilter.authenticationProvider - 
Uses of AuthenticationProvider in org.camunda.bpm.engine.rest.security.auth.impl
Classes in org.camunda.bpm.engine.rest.security.auth.impl that implement AuthenticationProviderModifier and TypeClassDescriptionclassclassAuthenticates a request against the provided process engine's identity service by applying http basic authentication. - 
Uses of AuthenticationProvider in org.camunda.bpm.spring.boot.starter.security.oauth2.impl
Classes in org.camunda.bpm.spring.boot.starter.security.oauth2.impl that implement AuthenticationProvider - 
Uses of AuthenticationProvider in org.camunda.bpm.webapp.impl.security.auth
Fields in org.camunda.bpm.webapp.impl.security.auth declared as AuthenticationProviderModifier and TypeFieldDescriptionprotected AuthenticationProviderContainerBasedAuthenticationFilter.authenticationProvider