Uses of Interface
se.swedenconnect.spring.saml.idp.authentication.provider.external.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
Modifier and TypeClassDescriptionclass
An implementation of theFilterAuthenticationTokenRepository
andExternalAuthenticatorTokenRepository
interfaces that is session based.Modifier and TypeMethodDescriptionAbstractUserRedirectAuthenticationProvider.getTokenRepository()
The provider, or any of its subcomponents, uses anExternalAuthenticatorTokenRepository
to get hold of theRedirectForAuthenticationToken
that is the input for the external authentication process.UserRedirectAuthenticationProvider.getTokenRepository()
The provider, or any of its subcomponents, uses anExternalAuthenticatorTokenRepository
to get hold of theRedirectForAuthenticationToken
that is the input for the external authentication process.Modifier and TypeMethodDescriptionvoid
AbstractUserRedirectAuthenticationProvider.setTokenRepository
(ExternalAuthenticatorTokenRepository tokenRepository) Assigns the token repository to use (defaults toSessionBasedExternalAuthenticationRepository
).