Interface AttributeReleaseVoter

All Superinterfaces:
BiFunction<Saml2UserAuthentication,Attribute,AttributeReleaseVote>
All Known Implementing Classes:
IncludeAllAttributeReleaseVoter, SwedenConnectAttributeReleaseVoter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

AttributeReleaseVoters are used by the AttributeReleaseManager to check if attributes returned from AttributeProducers should be released or not.
Author:
Martin Lindström