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.auth
Fields in org.camunda.bpm.engine.rest.security.auth declared as AuthenticationProvider Modifier and Type Field Description protected AuthenticationProvider
ProcessEngineAuthenticationFilter. 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 class
ContainerBasedAuthenticationProvider
class
HttpBasicAuthenticationProvider
Authenticates 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.auth
Fields in org.camunda.bpm.webapp.impl.security.auth declared as AuthenticationProvider Modifier and Type Field Description protected AuthenticationProvider
ContainerBasedAuthenticationFilter. authenticationProvider
-