Uses of Interface
org.camunda.bpm.engine.rest.security.auth.AuthenticationProvider
- 
Packages that use AuthenticationProvider Package Description org.camunda.bpm.engine.rest.security.auth org.camunda.bpm.engine.rest.security.auth.impl org.camunda.bpm.webapp.impl.security.auth 
- 
- 
Uses of AuthenticationProvider in org.camunda.bpm.engine.rest.security.authFields in org.camunda.bpm.engine.rest.security.auth declared as AuthenticationProvider Modifier and Type Field Description protected AuthenticationProviderProcessEngineAuthenticationFilter. authenticationProvider
- 
Uses of AuthenticationProvider in org.camunda.bpm.engine.rest.security.auth.implClasses in org.camunda.bpm.engine.rest.security.auth.impl that implement AuthenticationProvider Modifier and Type Class Description classContainerBasedAuthenticationProviderclassHttpBasicAuthenticationProviderAuthenticates a request against the provided process engine's identity service by applying http basic authentication.
- 
Uses of AuthenticationProvider in org.camunda.bpm.webapp.impl.security.authFields in org.camunda.bpm.webapp.impl.security.auth declared as AuthenticationProvider Modifier and Type Field Description protected AuthenticationProviderContainerBasedAuthenticationFilter. authenticationProvider
 
-