Uses of Class
se.litsec.opensaml.saml2.metadata.build.UIInfoBuilder
-
Packages that use UIInfoBuilder Package Description se.litsec.opensaml.saml2.metadata.build To create SAML metadata (EntityDescriptorelements) requires a lot of coding. -
-
Uses of UIInfoBuilder in se.litsec.opensaml.saml2.metadata.build
Methods in se.litsec.opensaml.saml2.metadata.build that return UIInfoBuilder Modifier and Type Method Description static UIInfoBuilderUIInfoBuilder. builder()Creates a builder instance.UIInfoBuilderUIInfoBuilder. descriptions(List<LocalizedString> descriptions)Assigns the descriptions.UIInfoBuilderUIInfoBuilder. descriptions(LocalizedString... descriptions)UIInfoBuilderUIInfoBuilder. displayNames(List<LocalizedString> displayNames)Assigns the display names.UIInfoBuilderUIInfoBuilder. displayNames(LocalizedString... displayNames)UIInfoBuilderUIInfoBuilder. informationURLs(List<LocalizedString> informationURLs)Assigns the information URL:s.UIInfoBuilderUIInfoBuilder. informationURLs(LocalizedString... informationURLs)UIInfoBuilderUIInfoBuilder. keywords(String... keywords)UIInfoBuilderUIInfoBuilder. keywords(List<String> keywords)Assigns a set of keywords that do not have the language tag.UIInfoBuilderUIInfoBuilder. keywords(Map<String,List<String>> keywords)Assigns the keywords.UIInfoBuilderUIInfoBuilder. logos(List<Logo> logos)Assigns the logotypes.UIInfoBuilderUIInfoBuilder. logos(Logo... logos)UIInfoBuilderUIInfoBuilder. privacyStatementURLs(List<LocalizedString> privacyStatementURLs)Assigns the privacy statement URL:s.UIInfoBuilderUIInfoBuilder. privacyStatementURLs(LocalizedString... privacyStatementURLs)
-