Uses of Enum Class
se.swedenconnect.spring.saml.idp.attributes.release.AttributeReleaseVote
Packages that use AttributeReleaseVote
Package
Description
Support for attribute release.
-
Uses of AttributeReleaseVote in se.swedenconnect.spring.saml.idp.attributes.release
Methods in se.swedenconnect.spring.saml.idp.attributes.release that return AttributeReleaseVoteModifier and TypeMethodDescriptiondefault AttributeReleaseVoteAttributeReleaseVoter.apply(Saml2UserAuthentication token, Attribute attribute) static AttributeReleaseVoteReturns the enum constant of this class with the specified name.static AttributeReleaseVote[]AttributeReleaseVote.values()Returns an array containing the constants of this enum class, in the order they are declared.AttributeReleaseVoter.vote(Saml2UserAuthentication token, Attribute attribute) Tells whether this voter thinks that the suppliedAttributeshould be released or not.IncludeAllAttributeReleaseVoter.vote(Saml2UserAuthentication token, Attribute attribute) Will always voteINCLUDE.SwedenConnectAttributeReleaseVoter.vote(Saml2UserAuthentication token, Attribute attribute) Applies the following rules: If the attribute is "urn:oid:1.2.752.29.4.13" (personalIdentityNumber) and the contents is a Swedish coordination number (as opposed to the civic registration number) we require that the SP has opted in to received coordination numbers. TODO ...