Uses of Class
se.swedenconnect.spring.saml.idp.settings.MetadataSettings.EncryptionMethodSettings
Packages that use MetadataSettings.EncryptionMethodSettings
-
Uses of MetadataSettings.EncryptionMethodSettings in se.swedenconnect.spring.saml.idp.settings
Methods in se.swedenconnect.spring.saml.idp.settings that return MetadataSettings.EncryptionMethodSettingsModifier and TypeMethodDescriptionMetadataSettings.EncryptionMethodSettings.Builder.buildObject()
Is invoked byAbstractSettings.AbstractBuilder.build()
and builds the settings object.Methods in se.swedenconnect.spring.saml.idp.settings that return types with arguments of type MetadataSettings.EncryptionMethodSettingsModifier and TypeMethodDescriptionMetadataSettings.getEncryptionMethods()
Gets themd:EncryptionMethod
elements that should be included under themd:KeyDescriptor
for the encryption key.Method parameters in se.swedenconnect.spring.saml.idp.settings with type arguments of type MetadataSettings.EncryptionMethodSettingsModifier and TypeMethodDescriptionMetadataSettings.Builder.encryptionMethods
(List<MetadataSettings.EncryptionMethodSettings> encryptionMethods) Assigns themd:EncryptionMethod
elements that should be included under themd:KeyDescriptor
for the encryption key.