Interface AuthenticationFilter

All Superinterfaces:
org.jclouds.http.HttpRequestFilter
All Known Implementing Classes:
AddSessionKeyAndJSessionIdToRequest, QuerySigner

public interface AuthenticationFilter extends org.jclouds.http.HttpRequestFilter
Marker interface that determines how we authenticate http requests in cloudstack. default to sign requests as opposed to login.
  • Method Summary

    Methods inherited from interface org.jclouds.http.HttpRequestFilter

    filter