Uses of Interface
se.swedenconnect.opensaml.saml2.request.AuthnRequestGeneratorContext
Package
Description
Interfaces and classes for handling SAML requests.
-
Uses of AuthnRequestGeneratorContext in se.swedenconnect.opensaml.saml2.request
Modifier and TypeMethodDescriptionprotected void
AbstractAuthnRequestGenerator.addExtensions
(AuthnRequestBuilder builder, AuthnRequestGeneratorContext context, org.opensaml.saml.saml2.metadata.EntityDescriptor idpMetadata) Method that adds theExtensions
element to theAuthnRequest
being built.protected void
AbstractAuthnRequestGenerator.addScoping
(AuthnRequestBuilder builder, AuthnRequestGeneratorContext context, org.opensaml.saml.saml2.metadata.EntityDescriptor idpMetadata) Method that adds theScoping
element to theAuthnRequest
being built.protected RequestHttpObject
<org.opensaml.saml.saml2.core.AuthnRequest> AbstractAuthnRequestGenerator.buildRequestHttpObject
(org.opensaml.saml.saml2.core.AuthnRequest request, String relayState, AuthnRequestGeneratorContext context, String binding, String destination, org.opensaml.saml.saml2.metadata.EntityDescriptor recipientMetadata) Builds a request HTTP object (including signing).RequestHttpObject
<org.opensaml.saml.saml2.core.AuthnRequest> AbstractAuthnRequestGenerator.generateAuthnRequest
(String idpEntityID, String relayState, AuthnRequestGeneratorContext context) Generates a SAML authentication request message.RequestHttpObject
<org.opensaml.saml.saml2.core.AuthnRequest> AbstractAuthnRequestGenerator.generateAuthnRequest
(org.opensaml.saml.saml2.metadata.EntityDescriptor idp, String relayState, AuthnRequestGeneratorContext context) Generates a SAML authentication request message.RequestHttpObject
<org.opensaml.saml.saml2.core.AuthnRequest> AuthnRequestGenerator.generateAuthnRequest
(String idpEntityID, String relayState, AuthnRequestGeneratorContext context) Generates a SAML authentication request message.RequestHttpObject
<org.opensaml.saml.saml2.core.AuthnRequest> AuthnRequestGenerator.generateAuthnRequest
(org.opensaml.saml.saml2.metadata.EntityDescriptor idp, String relayState, AuthnRequestGeneratorContext context) Generates a SAML authentication request message.AbstractAuthnRequestGenerator.getAssuranceCertificationUris
(org.opensaml.saml.saml2.metadata.EntityDescriptor idpMetadata, AuthnRequestGeneratorContext context) Gets the assurance certification URI:s for the IdP metadata.protected org.opensaml.saml.saml2.metadata.SingleSignOnService
AbstractAuthnRequestGenerator.getSingleSignOnService
(org.opensaml.saml.saml2.metadata.EntityDescriptor idp, AuthnRequestGeneratorContext context) Returns theSingleSignOnService
element to use when sending the request to the IdP.