Uses of Package
se.swedenconnect.spring.saml.idp.authentication.provider.external
Packages that use se.swedenconnect.spring.saml.idp.authentication.provider.external
Package
Description
Support for "external user authentication", i.e., when we redirect the user outside of the Spring Security flow to
get authenticated.
Configurers for the SAML Identity Provider.
Filters for the SAML Identity Provider.
-
Classes in se.swedenconnect.spring.saml.idp.authentication.provider.external used by se.swedenconnect.spring.saml.idp.authentication.provider.externalClassDescriptionA repository used by subclasses of
AbstractUserRedirectAuthenticationProviderthat needs to pick up the tranferredRedirectForAuthenticationTokento serve as input for the user authentication.Strategy for persisting aRedirectForAuthenticationTokenandResumedAuthenticationTokenbetween requests.ARedirectForAuthenticationTokenis used in the cases where a SAMLAuthenticationProviderwants to inform the filterSaml2UserAuthenticationProcessingFilterthat the user agent should be re-directed to a given path to perform the user authentication.A special purposeAuthenticationtoken that is used when the user returns to the authentication flow after "external" authentication.If the user authentication is performed outside the SAML IdP Spring Security flow anUserRedirectAuthenticationProvidershould be provided. -
Classes in se.swedenconnect.spring.saml.idp.authentication.provider.external used by se.swedenconnect.spring.saml.idp.config.configurersClassDescriptionStrategy for persisting a
RedirectForAuthenticationTokenandResumedAuthenticationTokenbetween requests. -
Classes in se.swedenconnect.spring.saml.idp.authentication.provider.external used by se.swedenconnect.spring.saml.idp.web.filtersClassDescriptionStrategy for persisting a
RedirectForAuthenticationTokenandResumedAuthenticationTokenbetween requests.