Uses of Interface
se.swedenconnect.spring.saml.idp.attributes.release.AttributeProducer
Packages that use AttributeProducer
Package
Description
Support for attribute release.
Configurers for the SAML Identity Provider.
-
Uses of AttributeProducer in se.swedenconnect.spring.saml.idp.attributes.release
Subinterfaces of AttributeProducer in se.swedenconnect.spring.saml.idp.attributes.releaseModifier and TypeInterfaceDescriptioninterface
TheAttributeReleaseManager
is anAttributeProducer
configured with a list ofAttributeProducer
s and a list ofAttributeReleaseVoter
s.Classes in se.swedenconnect.spring.saml.idp.attributes.release that implement AttributeProducerModifier and TypeClassDescriptionclass
The defaultAttributeProducer
that returns all attributes that are among the "requested list" (seeSaml2UserAuthentication.getAuthnRequirements()
).class
Default implementation of theAttributeReleaseManager
interface.class
AnAttributeProducer
that releases all attributes found in the suppliedSaml2UserAuthentication
token.class
AnAttributeProducer
that releases attributes according to the Technical Specifications for the Swedish eID Framework.Methods in se.swedenconnect.spring.saml.idp.attributes.release that return types with arguments of type AttributeProducerModifier and TypeMethodDescriptionAttributeReleaseManager.getAttributeProducers()
Gets an immutable list of allAttributeProducer
s.DefaultAttributeReleaseManager.getAttributeProducers()
Gets an immutable list of allAttributeProducer
s.Constructor parameters in se.swedenconnect.spring.saml.idp.attributes.release with type arguments of type AttributeProducerModifierConstructorDescriptionDefaultAttributeReleaseManager
(List<AttributeProducer> producers, List<AttributeReleaseVoter> voters) Constructor. -
Uses of AttributeProducer in se.swedenconnect.spring.saml.idp.config.configurers
Method parameters in se.swedenconnect.spring.saml.idp.config.configurers with type arguments of type AttributeProducerModifier and TypeMethodDescriptionSaml2UserAuthenticationConfigurer.attributeProducers
(org.springframework.security.config.Customizer<List<AttributeProducer>> customizer) Customizes the list ofAttributeProducer
s that will later be installed to theAttributeReleaseManager
and SAML attribute builder.