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