Uses of Interface
org.camunda.bpm.engine.rest.security.auth.AuthenticationProvider

Packages that use AuthenticationProvider
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
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
 class HttpBasicAuthenticationProvider
           Authenticates a request against the provided process engine's identity service by applying http basic authentication.
 



Copyright © 2016 camunda services GmbH. All rights reserved.