Uses of Class
se.swedenconnect.opensaml.saml2.metadata.build.IDPSSODescriptorBuilder
Package
Description
Classes for creating metadata elements using the builder pattern.
-
Uses of IDPSSODescriptorBuilder in se.swedenconnect.opensaml.saml2.metadata.build
Modifier and TypeMethodDescriptionIDPSSODescriptorBuilder.attributes
(List<org.opensaml.saml.saml2.core.Attribute> attributes) AddsAttribute
elements to theIDPSSODescriptor
.IDPSSODescriptorBuilder.attributes
(org.opensaml.saml.saml2.core.Attribute... attributes) Seeattributes(List)
.static IDPSSODescriptorBuilder
IDPSSODescriptorBuilder.builder()
Utility method that creates aIDPSSODescriptorBuilder
instance.protected IDPSSODescriptorBuilder
IDPSSODescriptorBuilder.getThis()
In order for us to be able to make chaining calls we need to return the concrete type of the builder.IDPSSODescriptorBuilder.singleSignOnServices
(List<org.opensaml.saml.saml2.metadata.SingleSignOnService> singleSignOnServices) Addsmd:SingleSignOnService
elements to theIDPSSODescriptor
.IDPSSODescriptorBuilder.singleSignOnServices
(org.opensaml.saml.saml2.metadata.SingleSignOnService... singleSignOnServices) IDPSSODescriptorBuilder.wantAuthnRequestsSigned
(Boolean b) Assigns theWantAuthnRequestsSigned
attribute of themd:IDPSSODescriptor
element.