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.
-
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().