Class SessionBasedAuthenticationProvider

  • All Implemented Interfaces:
    org.camunda.bpm.engine.rest.security.auth.AuthenticationProvider

    
    public final class SessionBasedAuthenticationProvider
     implements AuthenticationProvider
                        

    Authentication provider retrieving the user id stored in the session. If none is found, falls back to the one provided on construction.

    • Constructor Detail

      • SessionBasedAuthenticationProvider

        SessionBasedAuthenticationProvider(String userId)