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 TypeClassDescriptionclassA voter that always votesAttributeReleaseVote.INCLUDE.classA 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 allAttributeReleaseVoters.DefaultAttributeReleaseManager.getAttributeReleaseVoters()Gets an immutable list of allAttributeReleaseVoters. -
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 ofAttributeReleaseVoters that will later be installed to theAttributeReleaseManagerand SAML attribute builder.