Uses of Class
se.litsec.opensaml.core.LocalizedString
-
Packages that use LocalizedString Package Description se.litsec.opensaml.core.spring se.litsec.opensaml.saml2.metadata.build To create SAML metadata (EntityDescriptor
elements) requires a lot of coding.se.litsec.opensaml.saml2.metadata.build.spring Spring factory classes for creating SAML metadata objects.se.litsec.opensaml.utils.spring Utility classes for Spring support when working with OpenSAML. -
-
Uses of LocalizedString in se.litsec.opensaml.core.spring
Methods in se.litsec.opensaml.core.spring that return LocalizedString Modifier and Type Method Description protected static LocalizedString[]
AbstractSAMLObjectBuilderFactoryBean. localizedStringListToVarArgs(List<LocalizedString> list)
Utility method that transforms a list ofLocalizedString
objects into a varargs array (for usage in calls to builder instances).Method parameters in se.litsec.opensaml.core.spring with type arguments of type LocalizedString Modifier and Type Method Description protected static LocalizedString[]
AbstractSAMLObjectBuilderFactoryBean. localizedStringListToVarArgs(List<LocalizedString> list)
Utility method that transforms a list ofLocalizedString
objects into a varargs array (for usage in calls to builder instances). -
Uses of LocalizedString in se.litsec.opensaml.saml2.metadata.build
Methods in se.litsec.opensaml.saml2.metadata.build with parameters of type LocalizedString Modifier and Type Method Description AttributeConsumingServiceBuilder
AttributeConsumingServiceBuilder. descriptions(LocalizedString... descriptions)
UIInfoBuilder
UIInfoBuilder. descriptions(LocalizedString... descriptions)
UIInfoBuilder
UIInfoBuilder. displayNames(LocalizedString... displayNames)
UIInfoBuilder
UIInfoBuilder. informationURLs(LocalizedString... informationURLs)
OrganizationBuilder
OrganizationBuilder. organizationDisplayNames(LocalizedString... organizationDisplayNames)
OrganizationBuilder
OrganizationBuilder. organizationNames(LocalizedString... organizationNames)
OrganizationBuilder
OrganizationBuilder. organizationURLs(LocalizedString... organizationURLs)
UIInfoBuilder
UIInfoBuilder. privacyStatementURLs(LocalizedString... privacyStatementURLs)
AttributeConsumingServiceBuilder
AttributeConsumingServiceBuilder. serviceNames(LocalizedString... names)
Method parameters in se.litsec.opensaml.saml2.metadata.build with type arguments of type LocalizedString Modifier and Type Method Description AttributeConsumingServiceBuilder
AttributeConsumingServiceBuilder. descriptions(List<LocalizedString> descriptions)
Assigns the descriptions.UIInfoBuilder
UIInfoBuilder. descriptions(List<LocalizedString> descriptions)
Assigns the descriptions.UIInfoBuilder
UIInfoBuilder. displayNames(List<LocalizedString> displayNames)
Assigns the display names.UIInfoBuilder
UIInfoBuilder. informationURLs(List<LocalizedString> informationURLs)
Assigns the information URL:s.OrganizationBuilder
OrganizationBuilder. organizationDisplayNames(List<LocalizedString> organizationDisplayNames)
Assigns theOrganizationDisplayName
elements.OrganizationBuilder
OrganizationBuilder. organizationNames(List<LocalizedString> organizationNames)
Assigns theOrganizationName
elements.OrganizationBuilder
OrganizationBuilder. organizationURLs(List<LocalizedString> organizationURLs)
Assigns theOrganizationURL
elements.UIInfoBuilder
UIInfoBuilder. privacyStatementURLs(List<LocalizedString> privacyStatementURLs)
Assigns the privacy statement URL:s.AttributeConsumingServiceBuilder
AttributeConsumingServiceBuilder. serviceNames(List<LocalizedString> names)
Assigns the service names. -
Uses of LocalizedString in se.litsec.opensaml.saml2.metadata.build.spring
Methods in se.litsec.opensaml.saml2.metadata.build.spring with parameters of type LocalizedString Modifier and Type Method Description void
OrganizationFactoryBean. setOrganizationDisplayName(LocalizedString organizationDisplayName)
Assigns oneOrganizationDisplayName
element.void
OrganizationFactoryBean. setOrganizationName(LocalizedString organizationName)
Assigns oneOrganizationName
element.void
OrganizationFactoryBean. setOrganizationURL(LocalizedString organizationURL)
Assigns oneOrganizationURL
element.Method parameters in se.litsec.opensaml.saml2.metadata.build.spring with type arguments of type LocalizedString Modifier and Type Method Description void
UIInfoFactoryBean. setDescriptions(List<LocalizedString> descriptions)
Assigns the descriptions.void
UIInfoFactoryBean. setDisplayNames(List<LocalizedString> displayNames)
Assigns the display names.void
UIInfoFactoryBean. setInformationURLs(List<LocalizedString> informationURLs)
Assigns the information URL:s.void
OrganizationFactoryBean. setOrganizationDisplayNames(List<LocalizedString> organizationDisplayNames)
Assigns theOrganizationDisplayName
elements.void
OrganizationFactoryBean. setOrganizationNames(List<LocalizedString> organizationNames)
Assigns theOrganizationName
elements.void
OrganizationFactoryBean. setOrganizationURLs(List<LocalizedString> organizationURLs)
Assigns theOrganizationURL
elements.void
UIInfoFactoryBean. setPrivacyStatementURLs(List<LocalizedString> privacyStatementURLs)
Assigns the privacy statement URL:s. -
Uses of LocalizedString in se.litsec.opensaml.utils.spring
Methods in se.litsec.opensaml.utils.spring that return LocalizedString Modifier and Type Method Description LocalizedString
StringToLocalizedStringConverter. convert(String source)
Converts strings on the format<lang-tag>-<string according to language>
.
-