Package net.geant.edugain.base

Interface Summary
AttributeRequestAdaptor AttributeRequestAdaptor.
AuthenticationRequestAdaptor AuthenticationRequestAdaptor.
AuthorizationRequestAdaptor AuthorizationRequestAdaptor.
Requester Public interface: Requester
Responder Defines the common methods that any implementing eduGAIN responder service should have to respond requests received from the federation.
 

Class Summary
AttributeRequest A request for attributes pertaining to a certain subject.
AttributeRequester Implements an eduGAIN vanilla attribute requester.
AttributeResponder Implementation of an eduGAIN Attribute Responder.
AttributeResponse A response containing attributes according to a previously issued AttributeRequest.
AttributeValues Defines an edugain attribute list.
AuthenticationRequest A request for authentication data about the subject requesting a service.
AuthenticationRequester Implements an eduGAIN vanilla Authentication requester.
AuthenticationResponder  
AuthenticationResponse A response containing authentication data according to a previously issued AuthNReq.
AuthorizationRequest A request for an authorisation decision.
AuthorizationRequester Implements an eduGAIN vanilla Authorization requester.
AuthorizationResponder  
AuthorizationResponse A response containing an authorisation decision according to a previously issued AuthZReq.
BaseDefinitions Utility class for constants, mostly XML (extends org.opensaml.XML class)
Configurator This class is used to globally configure eduGAIN and the underlaying OpenSAML libraries.
FaultResponse This class extends a Response.
Request Defines a generic eduGAIN class for requests.
Response Defines a generic eduGAIN class for responses.
SecureConnection This class manages HTTP connections through secure SSL channels verified within the eduGAIN trust policies.
 

Exception Summary
BaseException Encapsulates an eduGAIN basic error.