Uses of Interface
se.swedenconnect.spring.saml.idp.authentication.provider.UserAuthenticationProvider
Packages that use UserAuthenticationProvider
Package
Description
Authentication provider support.
Support for "external user authentication", i.e., when we redirect the user outside of the Spring Security flow to
get authenticated.
Configuration
for SAML Identity Provider support.-
Uses of UserAuthenticationProvider in se.swedenconnect.spring.saml.idp.authentication.provider
Classes in se.swedenconnect.spring.saml.idp.authentication.provider that implement UserAuthenticationProvider -
Uses of UserAuthenticationProvider in se.swedenconnect.spring.saml.idp.authentication.provider.external
Subinterfaces of UserAuthenticationProvider in se.swedenconnect.spring.saml.idp.authentication.provider.externalModifier and TypeInterfaceDescriptioninterface
If the user authentication is performed outside the SAML IdP Spring Security flow anUserRedirectAuthenticationProvider
should be provided.Classes in se.swedenconnect.spring.saml.idp.authentication.provider.external that implement UserAuthenticationProviderModifier and TypeClassDescriptionclass
Abstract base class implementing theUserRedirectAuthenticationProvider
interface. -
Uses of UserAuthenticationProvider in se.swedenconnect.spring.saml.idp.config
Method parameters in se.swedenconnect.spring.saml.idp.config with type arguments of type UserAuthenticationProviderModifier and TypeMethodDescriptionstatic void
Saml2IdpConfiguration.applyDefaultSecurity
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, List<UserAuthenticationProvider> authenticationProviders) Applies the default security settings for the SAML Identity Provider.