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 TypeInterfaceDescriptioninterfaceTheAttributeReleaseManageris anAttributeProducerconfigured with a list ofAttributeProducers and a list ofAttributeReleaseVoters.Classes in se.swedenconnect.spring.saml.idp.attributes.release that implement AttributeProducerModifier and TypeClassDescriptionclassThe defaultAttributeProducerthat returns all attributes that are among the "requested list" (seeSaml2UserAuthentication.getAuthnRequirements()).classDefault implementation of theAttributeReleaseManagerinterface.classAnAttributeProducerthat releases all attributes found in the suppliedSaml2UserAuthenticationtoken.classAnAttributeProducerthat 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 allAttributeProducers.DefaultAttributeReleaseManager.getAttributeProducers()Gets an immutable list of allAttributeProducers.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 ofAttributeProducers that will later be installed to theAttributeReleaseManagerand SAML attribute builder.