Uses of Interface
se.swedenconnect.spring.saml.idp.utils.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
Modifier and TypeMethodDescriptionvoid
Saml2AssertionBuilder.setIdGenerator
(Saml2MessageIDGenerator idGenerator) Assigns a custom ID generator. -
Uses of Saml2MessageIDGenerator in se.swedenconnect.spring.saml.idp.config.configurers
Modifier and TypeMethodDescriptionSaml2UserAuthenticationConfigurer.idGenerator
(Saml2MessageIDGenerator idGenerator) Assigns a customSaml2MessageIDGenerator
to be used by the assertion builder. -
Uses of Saml2MessageIDGenerator in se.swedenconnect.spring.saml.idp.response
Modifier and TypeMethodDescriptionvoid
Saml2ResponseBuilder.setIdGenerator
(Saml2MessageIDGenerator idGenerator) Assigns a custom ID generator. -
Uses of Saml2MessageIDGenerator in se.swedenconnect.spring.saml.idp.utils
Modifier and TypeClassDescriptionclass
An implementation of theSaml2MessageIDGenerator
based on Shibboleth'sRandomIdentifierGenerationStrategy
that ensures that XML-safe identifiers are generated.