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 (EntityDescriptor
elements) 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 UIInfoBuilder
UIInfoBuilder. builder()
Creates a builder instance.UIInfoBuilder
UIInfoBuilder. descriptions(List<LocalizedString> descriptions)
Assigns the descriptions.UIInfoBuilder
UIInfoBuilder. descriptions(LocalizedString... descriptions)
UIInfoBuilder
UIInfoBuilder. displayNames(List<LocalizedString> displayNames)
Assigns the display names.UIInfoBuilder
UIInfoBuilder. displayNames(LocalizedString... displayNames)
UIInfoBuilder
UIInfoBuilder. informationURLs(List<LocalizedString> informationURLs)
Assigns the information URL:s.UIInfoBuilder
UIInfoBuilder. informationURLs(LocalizedString... informationURLs)
UIInfoBuilder
UIInfoBuilder. keywords(String... keywords)
UIInfoBuilder
UIInfoBuilder. keywords(List<String> keywords)
Assigns a set of keywords that do not have the language tag.UIInfoBuilder
UIInfoBuilder. keywords(Map<String,List<String>> keywords)
Assigns the keywords.UIInfoBuilder
UIInfoBuilder. logos(List<Logo> logos)
Assigns the logotypes.UIInfoBuilder
UIInfoBuilder. logos(Logo... logos)
UIInfoBuilder
UIInfoBuilder. privacyStatementURLs(List<LocalizedString> privacyStatementURLs)
Assigns the privacy statement URL:s.UIInfoBuilder
UIInfoBuilder. privacyStatementURLs(LocalizedString... privacyStatementURLs)
-