Uses of Interface
se.swedenconnect.spring.saml.idp.attributes.release.AttributeProducer
Package
Description
Support for attribute release.
Configurers for the SAML Identity Provider.
-
Uses of AttributeProducer in se.swedenconnect.spring.saml.idp.attributes.release
Modifier and TypeInterfaceDescriptioninterface
TheAttributeReleaseManager
is anAttributeProducer
configured with a list ofAttributeProducer
s and a list ofAttributeReleaseVoter
s.Modifier 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.Modifier and TypeMethodDescriptionAttributeReleaseManager.getAttributeProducers()
Gets an immutable list of allAttributeProducer
s.DefaultAttributeReleaseManager.getAttributeProducers()
Gets an immutable list of allAttributeProducer
s.ModifierConstructorDescriptionDefaultAttributeReleaseManager
(List<AttributeProducer> producers, List<AttributeReleaseVoter> voters) Constructor. -
Uses of AttributeProducer in se.swedenconnect.spring.saml.idp.config.configurers
Modifier 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.