Uses of Class
se.swedenconnect.spring.saml.idp.extensions.UserMessageExtension
Packages that use UserMessageExtension
Package
Description
Support for processing SAML authentication requests.
- 
Uses of UserMessageExtension in se.swedenconnect.spring.saml.idp.authnrequest
Methods in se.swedenconnect.spring.saml.idp.authnrequest that return UserMessageExtensionModifier and TypeMethodDescriptionAuthenticationRequirements.getUserMessageExtension()Gets theUserMessageExtensionwhich is the representation of theUserMessageextension as specified in User Message Extension in SAML Authentication Requests.Methods in se.swedenconnect.spring.saml.idp.authnrequest with parameters of type UserMessageExtensionModifier and TypeMethodDescriptionAuthenticationRequirementsBuilder.userMessageExtension(UserMessageExtension userMessageExtension) Assigns theUserMessageExtensionwhich is the representation of theUserMessageextension as specified in User Message Extension in SAML Authentication Requests.