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 (EntityDescriptorelements) 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 ofLocalizedStringobjects 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 ofLocalizedStringobjects 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 AttributeConsumingServiceBuilderAttributeConsumingServiceBuilder. descriptions(LocalizedString... descriptions)UIInfoBuilderUIInfoBuilder. descriptions(LocalizedString... descriptions)UIInfoBuilderUIInfoBuilder. displayNames(LocalizedString... displayNames)UIInfoBuilderUIInfoBuilder. informationURLs(LocalizedString... informationURLs)OrganizationBuilderOrganizationBuilder. organizationDisplayNames(LocalizedString... organizationDisplayNames)OrganizationBuilderOrganizationBuilder. organizationNames(LocalizedString... organizationNames)OrganizationBuilderOrganizationBuilder. organizationURLs(LocalizedString... organizationURLs)UIInfoBuilderUIInfoBuilder. privacyStatementURLs(LocalizedString... privacyStatementURLs)AttributeConsumingServiceBuilderAttributeConsumingServiceBuilder. serviceNames(LocalizedString... names)Method parameters in se.litsec.opensaml.saml2.metadata.build with type arguments of type LocalizedString Modifier and Type Method Description AttributeConsumingServiceBuilderAttributeConsumingServiceBuilder. descriptions(List<LocalizedString> descriptions)Assigns the descriptions.UIInfoBuilderUIInfoBuilder. descriptions(List<LocalizedString> descriptions)Assigns the descriptions.UIInfoBuilderUIInfoBuilder. displayNames(List<LocalizedString> displayNames)Assigns the display names.UIInfoBuilderUIInfoBuilder. informationURLs(List<LocalizedString> informationURLs)Assigns the information URL:s.OrganizationBuilderOrganizationBuilder. organizationDisplayNames(List<LocalizedString> organizationDisplayNames)Assigns theOrganizationDisplayNameelements.OrganizationBuilderOrganizationBuilder. organizationNames(List<LocalizedString> organizationNames)Assigns theOrganizationNameelements.OrganizationBuilderOrganizationBuilder. organizationURLs(List<LocalizedString> organizationURLs)Assigns theOrganizationURLelements.UIInfoBuilderUIInfoBuilder. privacyStatementURLs(List<LocalizedString> privacyStatementURLs)Assigns the privacy statement URL:s.AttributeConsumingServiceBuilderAttributeConsumingServiceBuilder. 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 voidOrganizationFactoryBean. setOrganizationDisplayName(LocalizedString organizationDisplayName)Assigns oneOrganizationDisplayNameelement.voidOrganizationFactoryBean. setOrganizationName(LocalizedString organizationName)Assigns oneOrganizationNameelement.voidOrganizationFactoryBean. setOrganizationURL(LocalizedString organizationURL)Assigns oneOrganizationURLelement.Method parameters in se.litsec.opensaml.saml2.metadata.build.spring with type arguments of type LocalizedString Modifier and Type Method Description voidUIInfoFactoryBean. setDescriptions(List<LocalizedString> descriptions)Assigns the descriptions.voidUIInfoFactoryBean. setDisplayNames(List<LocalizedString> displayNames)Assigns the display names.voidUIInfoFactoryBean. setInformationURLs(List<LocalizedString> informationURLs)Assigns the information URL:s.voidOrganizationFactoryBean. setOrganizationDisplayNames(List<LocalizedString> organizationDisplayNames)Assigns theOrganizationDisplayNameelements.voidOrganizationFactoryBean. setOrganizationNames(List<LocalizedString> organizationNames)Assigns theOrganizationNameelements.voidOrganizationFactoryBean. setOrganizationURLs(List<LocalizedString> organizationURLs)Assigns theOrganizationURLelements.voidUIInfoFactoryBean. 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 LocalizedStringStringToLocalizedStringConverter. convert(String source)Converts strings on the format<lang-tag>-<string according to language>.
-