org.apache.pivot.web
Interface Authentication

All Known Implementing Classes:
BasicAuthentication

public interface Authentication

Interface for attaching authentication information to a web query.


Method Summary
 void authenticate(Query<?> query)
           
 

Method Detail

authenticate

void authenticate(Query<?> query)