Classes for handling HTTP requests.

This package contains all classes for handling HTTP requests.

{@link dk.itst.oiosaml.sp.service.SPFilter} checks that the user is authenticated as necessary, and the servlets handle reception and creation of SAML messages.

Generating AuthnRequests manually

AuthnRequests can be generated manually by using {@link dk.itst.oiosaml.sp.service.BindingHandler}s directly. Two handlers are currently available: {@link dk.itst.oiosaml.sp.service.ArtifactBindingHandler} and {@link dk.itst.oiosaml.sp.service.PostBindingHandler}.