Package org.apache.pivot.web
Interface Authentication
-
- All Known Implementing Classes:
BasicAuthentication
public interface AuthenticationInterface for attaching authentication information to a web query.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidauthenticate(Query<?> query)Called to authenticate the query with the server.
-
-
-
Method Detail
-
authenticate
void authenticate(Query<?> query)
Called to authenticate the query with the server.- Parameters:
query- The query needing authentication.
-
-