Uses of Package
se.swedenconnect.spring.saml.idp.attributes.release
Package
Description
Support for attribute release.
Support for user authentication including SSO.
Configurers for the SAML Identity Provider.
-
ClassDescriptionAn interface that is used to decide which attributes that should be released in an
Assertion
.TheAttributeReleaseManager
is anAttributeProducer
configured with a list ofAttributeProducer
s and a list ofAttributeReleaseVoter
s.An enumeration acting as the result for aAttributeReleaseVoter
.AttributeReleaseVoter
s are used by theAttributeReleaseManager
to check if attributes returned fromAttributeProducer
s should be released or not.The defaultAttributeProducer
that returns all attributes that are among the "requested list" (seeSaml2UserAuthentication.getAuthnRequirements()
). -
ClassDescriptionThe
AttributeReleaseManager
is anAttributeProducer
configured with a list ofAttributeProducer
s and a list ofAttributeReleaseVoter
s. -
ClassDescriptionAn interface that is used to decide which attributes that should be released in an
Assertion
.AttributeReleaseVoter
s are used by theAttributeReleaseManager
to check if attributes returned fromAttributeProducer
s should be released or not.