Uses of Class
se.swedenconnect.spring.saml.idp.events.Saml2IdpEventPublisher
Package
Description
Support for processing SAML authentication requests.
Support for sending SAML response messages.
Filters for the SAML Identity Provider.
-
Uses of Saml2IdpEventPublisher in se.swedenconnect.spring.saml.idp.authnrequest
ModifierConstructorDescriptionSaml2AuthnRequestAuthenticationProvider
(Saml2IdpEventPublisher eventPublisher, AuthnRequestValidator signatureValidator, AuthnRequestValidator assertionConsumerServiceValidator, AuthnRequestValidator replayValidator, AuthnRequestValidator encryptCapabilitiesValidator, List<RequestedAttributeProcessor> requestedAttributesProcessors, NameIDGeneratorFactory nameIDGeneratorFactory, Saml2ServiceProviderFilter serviceProviderFilter) Constructor.Saml2AuthnRequestAuthenticationProvider
(Saml2IdpEventPublisher eventPublisher, AuthnRequestValidator signatureValidator, AuthnRequestValidator assertionConsumerServiceValidator, AuthnRequestValidator replayValidator, AuthnRequestValidator encryptCapabilitiesValidator, List<RequestedAttributeProcessor> requestedAttributesProcessors, NameIDGeneratorFactory nameIDGeneratorFactory, Saml2ServiceProviderFilter serviceProviderFilter, SignatureMessageExtensionExtractor signatureMessageExtensionExtractor, PrincipalSelectionProcessor principalSelectionProcessor) Constructor. -
Uses of Saml2IdpEventPublisher in se.swedenconnect.spring.saml.idp.response
ModifierConstructorDescriptionSaml2ResponseBuilder
(String idpEntityId, PkiCredential signingCredential, Saml2IdpEventPublisher eventPublisher) Constructor. -
Uses of Saml2IdpEventPublisher in se.swedenconnect.spring.saml.idp.web.filters
ModifierConstructorDescriptionSaml2ErrorResponseProcessingFilter
(org.springframework.security.web.util.matcher.RequestMatcher requestMatcher, Saml2ResponseBuilder responseBuilder, Saml2ResponseSender responseSender, Saml2IdpEventPublisher eventPublisher) Constructor.Saml2UserAuthenticationProcessingFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.util.matcher.RequestMatcher requestMatcher, PostAuthenticationProcessor postAuthenticationProcessor, Saml2AssertionBuilder assertionHandler, Saml2ResponseBuilder responseBuilder, Saml2ResponseSender responseSender, Saml2IdpEventPublisher eventPublisher) Constructor.