net.geant.edugain.base
Class AuthenticationRequester
java.lang.Object
net.geant.edugain.base.AuthenticationRequester
- All Implemented Interfaces:
- Requester
public class AuthenticationRequester
- extends java.lang.Object
- implements Requester
Implements an eduGAIN vanilla Authentication requester.
- Author:
- Jose Manuel Macias
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private org.apache.log4j.Logger log
request
AuthenticationRequest request
AuthenticationRequester
public AuthenticationRequester()
- Creates a new instance of a 'Vanilla' AuthenticationRequester. The constructor
configures eduGAINBase for further usage.
request
public Response request(Request req)
throws BaseException
- Sends the request to the interface provided within the request
- Specified by:
request in interface Requester
- Parameters:
req - The eduGAIN request being sent
- Returns:
- The response to the request
- Throws:
BaseException
request
public Response request(Request req,
java.net.URI remote)
throws BaseException
- Throws:
BaseException