Uses of Class
se.swedenconnect.opensaml.saml2.core.build.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
Modifier 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
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.