Uses of Class
se.swedenconnect.opensaml.saml2.metadata.build.AssertionConsumerServiceBuilder
Package
Description
Classes for creating metadata elements using the builder pattern.
-
Uses of AssertionConsumerServiceBuilder in se.swedenconnect.opensaml.saml2.metadata.build
Modifier and TypeMethodDescriptionAssigns the binding of the serviceAssertionConsumerServiceBuilder.builder()
Utility method that creates a builder.AssertionConsumerServiceBuilder.hokPostBinding()
Shortcut to assign theBinding
attribute to Holder-of-key and thehoksso:ProtocolBinding
attribute to the POST binding.AssertionConsumerServiceBuilder.hokRedirectBinding()
Shortcut to assign theBinding
attribute to Holder-of-key and thehoksso:ProtocolBinding
attribute to the Redirect binding.Assigns the index for the service.Sets theisDefault
attribute of the service.Assigns the location URI.AssertionConsumerServiceBuilder.postBinding()
Shortcut for assigning the SAML POST binding to the service.AssertionConsumerServiceBuilder.protocolBinding
(String binding) If the SAML holder-of-key profile is used, theBinding
attribute should be assigned "urn:oasis:names:tc:SAML:2.0:profiles:holder-of-key:SSO:browser" and the actual binding should be assigned to thehoksso:ProtocolBinding
attribute.AssertionConsumerServiceBuilder.redirectBinding()
Shortcut for assigning the SAML Redirect binding to the service.