Uses of Class
se.swedenconnect.opensaml.saml2.core.build.AuthnRequestBuilder
Packages that use AuthnRequestBuilder
Package
Description
Builder classes for core SAML classes.
Interfaces and classes for handling SAML requests.
-
Uses of AuthnRequestBuilder in se.swedenconnect.opensaml.saml2.core.build
Methods in se.swedenconnect.opensaml.saml2.core.build that return AuthnRequestBuilderModifier and TypeMethodDescriptionstatic AuthnRequestBuilder
AuthnRequestBuilder.builder()
Utility method that creates a builder.protected AuthnRequestBuilder
AuthnRequestBuilder.getThis()
In order for us to be able to make chaining calls we need to return the concrete type of the builder. -
Uses of AuthnRequestBuilder in se.swedenconnect.opensaml.saml2.request
Methods in se.swedenconnect.opensaml.saml2.request with parameters of type AuthnRequestBuilderModifier and TypeMethodDescriptionprotected void
AbstractAuthnRequestGenerator.addExtensions
(AuthnRequestBuilder builder, AuthnRequestGeneratorContext context, EntityDescriptor idpMetadata) Method that adds theExtensions
element to theAuthnRequest
being built.protected void
AbstractAuthnRequestGenerator.addScoping
(AuthnRequestBuilder builder, AuthnRequestGeneratorContext context, EntityDescriptor idpMetadata) Method that adds theScoping
element to theAuthnRequest
being built.