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 -
-
Uses of AuthenticationProvider in org.camunda.bpm.engine.rest.security.auth
Fields 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.impl
Classes 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.
-