net.geant.edugain.base
Interface Requester

All Known Implementing Classes:
AttributeRequester, AuthenticationRequester, AuthorizationRequester

public interface Requester

Public interface: Requester

Defines the common methods that any implementing eduGAIN client/service should have to perform requests through the federation.

Author:
Jose Manuel Macias

Method Summary
 Response request(Request req)
          Perform a request to the federation, getting back the response.
 

Method Detail

request

Response request(Request req)
                 throws BaseException
Perform a request to the federation, getting back the response.

Parameters:
req - The eduGAIN request being sent
Returns:
The response to the request
Throws:
BaseException