Package | Description |
---|---|
se.litsec.opensaml.saml2.metadata.build |
To create SAML metadata (
EntityDescriptor elements) requires a lot of coding. |
Modifier and Type | Method and 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(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.keywords(String... 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) |
Copyright © 2018 Litsec AB. All rights reserved.