Uses of Class
se.swedenconnect.spring.saml.idp.settings.MetadataSettings.UIInfoSettings.Builder
-
Uses of MetadataSettings.UIInfoSettings.Builder in se.swedenconnect.spring.saml.idp.settings
Modifier and TypeMethodDescriptionMetadataSettings.UIInfoSettings.builder()
Constructs a newMetadataSettings.UIInfoSettings.Builder
with no settings.MetadataSettings.UIInfoSettings.Builder.descriptions
(Map<String, String> description) Assigns the UIInfo description as a map of strings where the key is the language tag and the value is the description for that language.MetadataSettings.UIInfoSettings.Builder.displayNames
(Map<String, String> displayName) Assigns the UIInfo display name as a map of strings where the key is the language tag and the value is the display name for that language.MetadataSettings.UIInfoSettings.Builder.logotypes
(List<MetadataSettings.UIInfoSettings.LogoSettings> logotypes) Assigns the UIInfo logotypes.MetadataSettings.UIInfoSettings.withSettings
(Map<String, Object> settings) Constructs a newMetadataSettings.UIInfoSettings.Builder
with the provided settings.