Uses of Interface
se.swedenconnect.spring.saml.idp.attributes.release.AttributeReleaseVoter
Package
Description
Support for attribute release.
Configurers for the SAML Identity Provider.
-
Uses of AttributeReleaseVoter in se.swedenconnect.spring.saml.idp.attributes.release
Modifier 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.Modifier 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
Modifier 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.