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 TypeInterfaceDescriptioninterfaceIf the user authentication is performed outside the SAML IdP Spring Security flow anUserRedirectAuthenticationProvidershould be provided.Classes in se.swedenconnect.spring.saml.idp.authentication.provider.external that implement UserAuthenticationProviderModifier and TypeClassDescriptionclassAbstract base class implementing theUserRedirectAuthenticationProviderinterface. -
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 voidSaml2IdpConfiguration.applyDefaultSecurity(org.springframework.security.config.annotation.web.builders.HttpSecurity http, List<UserAuthenticationProvider> authenticationProviders) Applies the default security settings for the SAML Identity Provider.