Uses of Interface
se.swedenconnect.opensaml.saml2.request.RequestHttpObject
Packages that use RequestHttpObject
Package
Description
Interfaces and classes for handling SAML requests.
- 
Uses of RequestHttpObject in se.swedenconnect.opensaml.saml2.request
Classes in se.swedenconnect.opensaml.saml2.request that implement RequestHttpObjectModifier and TypeClassDescriptionclassPostRequestHttpObject<T extends RequestAbstractType>A RequestHttpObject for sending using HTTP POST.classRedirectRequestHttpObject<T extends RequestAbstractType>A RequestHttpObject for sending using HTTP GET (redirect binding).Methods in se.swedenconnect.opensaml.saml2.request that return RequestHttpObjectModifier and TypeMethodDescriptionRequestHttpObjectBuilder.buildHttpObject()Compiles the request by invokingSAMLObjectBuilder.build(), optionally signs it and encodes it according to the configured binding and returns a RequestHttpObject that can be used by the SP application to send the request to the Identity Provider.protected RequestHttpObject<AuthnRequest> AbstractAuthnRequestGenerator.buildRequestHttpObject(AuthnRequest request, String relayState, AuthnRequestGeneratorContext context, String binding, String destination, EntityDescriptor recipientMetadata) Builds a request HTTP object (including signing).AbstractAuthnRequestGenerator.generateAuthnRequest(String idpEntityID, String relayState, AuthnRequestGeneratorContext context) Generates a SAML authentication request message.AbstractAuthnRequestGenerator.generateAuthnRequest(EntityDescriptor idp, String relayState, AuthnRequestGeneratorContext context) Generates a SAML authentication request message.AuthnRequestGenerator.generateAuthnRequest(String idpEntityID, String relayState, AuthnRequestGeneratorContext context) Generates a SAML authentication request message.AuthnRequestGenerator.generateAuthnRequest(EntityDescriptor idp, String relayState, AuthnRequestGeneratorContext context) Generates a SAML authentication request message.