Uses of Class
se.swedenconnect.opensaml.saml2.metadata.build.SingleSignOnServiceBuilder
Packages that use SingleSignOnServiceBuilder
Package
Description
Classes for creating metadata elements using the builder pattern.
- 
Uses of SingleSignOnServiceBuilder in se.swedenconnect.opensaml.saml2.metadata.build
Methods in se.swedenconnect.opensaml.saml2.metadata.build that return SingleSignOnServiceBuilderModifier and TypeMethodDescriptionAssigns the binding of the servicestatic SingleSignOnServiceBuilderSingleSignOnServiceBuilder.builder()Utility method that creates a builder.SingleSignOnServiceBuilder.hokPostBinding()Shortcut to assign theBindingattribute to Holder-of-key and thehoksso:ProtocolBindingattribute to the POST binding.SingleSignOnServiceBuilder.hokRedirectBinding()Shortcut to assign theBindingattribute to Holder-of-key and thehoksso:ProtocolBindingattribute to the Redirect binding.Assigns the location URI.SingleSignOnServiceBuilder.postBinding()Shortcut for assigning the SAML POST binding to the service.SingleSignOnServiceBuilder.protocolBinding(String binding) If the SAML holder-of-key profile is used, theBindingattribute 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:ProtocolBindingattribute.SingleSignOnServiceBuilder.redirectBinding()Shortcut for assigning the SAML Redirect binding to the service.