Uses of Class
se.swedenconnect.opensaml.common.utils.LocalizedString
Packages that use LocalizedString
Package
Description
Classes for creating metadata elements using the builder pattern.
-
Uses of LocalizedString in se.swedenconnect.opensaml.saml2.metadata.build
Methods in se.swedenconnect.opensaml.saml2.metadata.build with parameters of type LocalizedStringModifier and TypeMethodDescriptionAttributeConsumingServiceBuilder.descriptions(LocalizedString... descriptions) UIInfoBuilder.descriptions(LocalizedString... descriptions) UIInfoBuilder.displayNames(LocalizedString... displayNames) UIInfoBuilder.informationURLs(LocalizedString... informationURLs) OrganizationBuilder.organizationDisplayNames(LocalizedString... organizationDisplayNames) OrganizationBuilder.organizationNames(LocalizedString... organizationNames) OrganizationBuilder.organizationURLs(LocalizedString... organizationURLs) UIInfoBuilder.privacyStatementURLs(LocalizedString... privacyStatementURLs) AttributeConsumingServiceBuilder.serviceNames(LocalizedString... names) Method parameters in se.swedenconnect.opensaml.saml2.metadata.build with type arguments of type LocalizedStringModifier and TypeMethodDescriptionAttributeConsumingServiceBuilder.descriptions(List<LocalizedString> descriptions) Assigns the descriptions.UIInfoBuilder.descriptions(List<LocalizedString> descriptions) Assigns the descriptions.UIInfoBuilder.displayNames(List<LocalizedString> displayNames) Assigns the display names.UIInfoBuilder.informationURLs(List<LocalizedString> informationURLs) Assigns the information URL:s.OrganizationBuilder.organizationDisplayNames(List<LocalizedString> organizationDisplayNames) Assigns theOrganizationDisplayNameelements.OrganizationBuilder.organizationNames(List<LocalizedString> organizationNames) Assigns theOrganizationNameelements.OrganizationBuilder.organizationURLs(List<LocalizedString> organizationURLs) Assigns theOrganizationURLelements.UIInfoBuilder.privacyStatementURLs(List<LocalizedString> privacyStatementURLs) Assigns the privacy statement URL:s.AttributeConsumingServiceBuilder.serviceNames(List<LocalizedString> names) Assigns the service names.