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 AuthnRequestBuilderAuthnRequestBuilder.builder()Utility method that creates a builder.protected AuthnRequestBuilderAuthnRequestBuilder.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 voidAbstractAuthnRequestGenerator.addExtensions(AuthnRequestBuilder builder, AuthnRequestGeneratorContext context, EntityDescriptor idpMetadata) Method that adds theExtensionselement to theAuthnRequestbeing built.protected voidAbstractAuthnRequestGenerator.addScoping(AuthnRequestBuilder builder, AuthnRequestGeneratorContext context, EntityDescriptor idpMetadata) Method that adds theScopingelement to theAuthnRequestbeing built.