Uses of Interface
se.swedenconnect.spring.saml.idp.authentication.provider.external.ExternalAuthenticatorTokenRepository
Packages that use ExternalAuthenticatorTokenRepository
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 ExternalAuthenticatorTokenRepository in se.swedenconnect.spring.saml.idp.authentication.provider.external
Classes in se.swedenconnect.spring.saml.idp.authentication.provider.external that implement ExternalAuthenticatorTokenRepositoryModifier and TypeClassDescriptionclassAn implementation of theFilterAuthenticationTokenRepositoryandExternalAuthenticatorTokenRepositoryinterfaces that is session based.Methods in se.swedenconnect.spring.saml.idp.authentication.provider.external that return ExternalAuthenticatorTokenRepositoryModifier and TypeMethodDescriptionAbstractUserRedirectAuthenticationProvider.getTokenRepository()The provider, or any of its subcomponents, uses anExternalAuthenticatorTokenRepositoryto get hold of theRedirectForAuthenticationTokenthat is the input for the external authentication process.UserRedirectAuthenticationProvider.getTokenRepository()The provider, or any of its subcomponents, uses anExternalAuthenticatorTokenRepositoryto get hold of theRedirectForAuthenticationTokenthat is the input for the external authentication process.Methods in se.swedenconnect.spring.saml.idp.authentication.provider.external with parameters of type ExternalAuthenticatorTokenRepositoryModifier and TypeMethodDescriptionvoidAbstractUserRedirectAuthenticationProvider.setTokenRepository(ExternalAuthenticatorTokenRepository tokenRepository) Assigns the token repository to use (defaults toSessionBasedExternalAuthenticationRepository).