Uses of Class
se.swedenconnect.opensaml.saml2.metadata.build.OrganizationBuilder
Packages that use OrganizationBuilder
Package
Description
Classes for creating metadata elements using the builder pattern.
- 
Uses of OrganizationBuilder in se.swedenconnect.opensaml.saml2.metadata.build
Methods in se.swedenconnect.opensaml.saml2.metadata.build that return OrganizationBuilderModifier and TypeMethodDescriptionstatic OrganizationBuilderOrganizationBuilder.builder()Utility method that creates a builder.OrganizationBuilder.organizationDisplayNames(List<LocalizedString> organizationDisplayNames) Assigns theOrganizationDisplayNameelements.OrganizationBuilder.organizationDisplayNames(LocalizedString... organizationDisplayNames) OrganizationBuilder.organizationNames(List<LocalizedString> organizationNames) Assigns theOrganizationNameelements.OrganizationBuilder.organizationNames(LocalizedString... organizationNames) OrganizationBuilder.organizationURLs(List<LocalizedString> organizationURLs) Assigns theOrganizationURLelements.OrganizationBuilder.organizationURLs(LocalizedString... organizationURLs)