Uses of Interface
se.swedenconnect.spring.saml.idp.utils.Saml2MessageIDGenerator
Packages that use Saml2MessageIDGenerator
Package
Description
Support for user authentication including SSO.
Configurers for the SAML Identity Provider.
Support for sending SAML response messages.
Utility classes.
- 
Uses of Saml2MessageIDGenerator in se.swedenconnect.spring.saml.idp.authentication
Methods in se.swedenconnect.spring.saml.idp.authentication with parameters of type Saml2MessageIDGeneratorModifier and TypeMethodDescriptionvoidSaml2AssertionBuilder.setIdGenerator(Saml2MessageIDGenerator idGenerator) Assigns a custom ID generator. - 
Uses of Saml2MessageIDGenerator in se.swedenconnect.spring.saml.idp.config.configurers
Methods in se.swedenconnect.spring.saml.idp.config.configurers with parameters of type Saml2MessageIDGeneratorModifier and TypeMethodDescriptionSaml2UserAuthenticationConfigurer.idGenerator(Saml2MessageIDGenerator idGenerator) Assigns a customSaml2MessageIDGeneratorto be used by the assertion builder. - 
Uses of Saml2MessageIDGenerator in se.swedenconnect.spring.saml.idp.response
Methods in se.swedenconnect.spring.saml.idp.response with parameters of type Saml2MessageIDGeneratorModifier and TypeMethodDescriptionvoidSaml2ResponseBuilder.setIdGenerator(Saml2MessageIDGenerator idGenerator) Assigns a custom ID generator. - 
Uses of Saml2MessageIDGenerator in se.swedenconnect.spring.saml.idp.utils
Classes in se.swedenconnect.spring.saml.idp.utils that implement Saml2MessageIDGeneratorModifier and TypeClassDescriptionclassAn implementation of theSaml2MessageIDGeneratorbased on Shibboleth'sRandomIdentifierGenerationStrategythat ensures that XML-safe identifiers are generated.