Uses of Class
se.swedenconnect.spring.saml.idp.authentication.provider.external.ResumedAuthenticationToken
Packages that use ResumedAuthenticationToken
Package
Description
Support for "external user authentication", i.e., when we redirect the user outside of the Spring Security flow to
get authenticated.
Classes for implementing user authentication (simulated).
-
Uses of ResumedAuthenticationToken in se.swedenconnect.spring.saml.idp.authentication.provider.external
Methods in se.swedenconnect.spring.saml.idp.authentication.provider.external that return ResumedAuthenticationTokenModifier and TypeMethodDescriptionFilterAuthenticationTokenRepository.getCompletedExternalAuthentication(jakarta.servlet.http.HttpServletRequest request) Is invoked when theSaml2UserAuthenticationProcessingFilterreceives a request on its "resume paths" (seeSaml2UserAuthenticationProcessingFilter.setResumeAuthnRequestMatcher(org.springframework.security.web.util.matcher.RequestMatcher)).SessionBasedExternalAuthenticationRepository.getCompletedExternalAuthentication(jakarta.servlet.http.HttpServletRequest request) Is invoked when theSaml2UserAuthenticationProcessingFilterreceives a request on its "resume paths" (seeSaml2UserAuthenticationProcessingFilter.setResumeAuthnRequestMatcher(org.springframework.security.web.util.matcher.RequestMatcher)).Methods in se.swedenconnect.spring.saml.idp.authentication.provider.external with parameters of type ResumedAuthenticationTokenModifier and TypeMethodDescriptionUserRedirectAuthenticationProvider.resumeAuthentication(ResumedAuthenticationToken token) Is invoked when the user has been authenticated outside the SAML IdP Spring Security flow and the user agent has been re-directed back to theUserRedirectAuthenticationProvider.getResumeAuthnPath(). -
Uses of ResumedAuthenticationToken in se.swedenconnect.spring.saml.idp.demo.authn
Methods in se.swedenconnect.spring.saml.idp.demo.authn with parameters of type ResumedAuthenticationTokenModifier and TypeMethodDescriptionSimulatedAuthenticationProvider.resumeAuthentication(ResumedAuthenticationToken token) Is invoked when the user has been authenticated outside the SAML IdP Spring Security flow and the user agent has been re-directed back to theUserRedirectAuthenticationProvider.getResumeAuthnPath().