Interface AttributeReleaseVoter

All Superinterfaces:
BiFunction<Saml2UserAuthentication,org.opensaml.saml.saml2.core.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.

@FunctionalInterface public interface AttributeReleaseVoter extends BiFunction<Saml2UserAuthentication,org.opensaml.saml.saml2.core.Attribute,AttributeReleaseVote>
AttributeReleaseVoters are used by the AttributeReleaseManager to check if attributes returned from AttributeProducers should be released or not.
Author:
Martin Lindström