Uses of Interface
se.swedenconnect.spring.saml.idp.attributes.release.AttributeReleaseVoter
Packages that use AttributeReleaseVoter
Package
Description
Support for attribute release.
Configurers for the SAML Identity Provider.
-
Uses of AttributeReleaseVoter in se.swedenconnect.spring.saml.idp.attributes.release
Classes in se.swedenconnect.spring.saml.idp.attributes.release that implement AttributeReleaseVoterModifier and TypeClassDescriptionclass
A voter that always votesAttributeReleaseVote.INCLUDE
.class
A voter functioning according to the rules specified in Technical Specifications for the Swedish eID Framework.Methods in se.swedenconnect.spring.saml.idp.attributes.release that return types with arguments of type AttributeReleaseVoterModifier and TypeMethodDescriptionAttributeReleaseManager.getAttributeReleaseVoters()
Gets an immutable list of allAttributeReleaseVoter
s.DefaultAttributeReleaseManager.getAttributeReleaseVoters()
Gets an immutable list of allAttributeReleaseVoter
s. -
Uses of AttributeReleaseVoter in se.swedenconnect.spring.saml.idp.config.configurers
Method parameters in se.swedenconnect.spring.saml.idp.config.configurers with type arguments of type AttributeReleaseVoterModifier and TypeMethodDescriptionSaml2UserAuthenticationConfigurer.attributeReleaseVoters
(org.springframework.security.config.Customizer<List<AttributeReleaseVoter>> customizer) Customizes the list ofAttributeReleaseVoter
s that will later be installed to theAttributeReleaseManager
and SAML attribute builder.