Uses of Enum Class
se.swedenconnect.spring.saml.idp.attributes.release.AttributeReleaseVote
Package
Description
Support for attribute release.
-
Uses of AttributeReleaseVote in se.swedenconnect.spring.saml.idp.attributes.release
Modifier and TypeMethodDescriptiondefault AttributeReleaseVote
AttributeReleaseVoter.apply
(Saml2UserAuthentication token, org.opensaml.saml.saml2.core.Attribute attribute) static AttributeReleaseVote
Returns 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, org.opensaml.saml.saml2.core.Attribute attribute) Tells whether this voter thinks that the suppliedAttribute
should be released or not.IncludeAllAttributeReleaseVoter.vote
(Saml2UserAuthentication token, org.opensaml.saml.saml2.core.Attribute attribute) Will always voteINCLUDE
.SwedenConnectAttributeReleaseVoter.vote
(Saml2UserAuthentication token, org.opensaml.saml.saml2.core.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 ...