pivot.web
Interface Authentication

All Known Implementing Classes:
BasicAuthentication

public interface Authentication

Interface for attaching authentication information to a web query.

Author:
gbrown

Method Summary
 void authenticate(Query<?> query)
           
 

Method Detail

authenticate

void authenticate(Query<?> query)