Uses of Package
se.swedenconnect.spring.saml.idp.attributes.release
Packages that use 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.
-
Classes in se.swedenconnect.spring.saml.idp.attributes.release used by se.swedenconnect.spring.saml.idp.attributes.releaseClassDescriptionAn interface that is used to decide which attributes that should be released in an
Assertion.TheAttributeReleaseManageris anAttributeProducerconfigured with a list ofAttributeProducers and a list ofAttributeReleaseVoters.An enumeration acting as the result for aAttributeReleaseVoter.AttributeReleaseVoters are used by theAttributeReleaseManagerto check if attributes returned fromAttributeProducers should be released or not.The defaultAttributeProducerthat returns all attributes that are among the "requested list" (seeSaml2UserAuthentication.getAuthnRequirements()). -
Classes in se.swedenconnect.spring.saml.idp.attributes.release used by se.swedenconnect.spring.saml.idp.authenticationClassDescriptionThe
AttributeReleaseManageris anAttributeProducerconfigured with a list ofAttributeProducers and a list ofAttributeReleaseVoters. -
Classes in se.swedenconnect.spring.saml.idp.attributes.release used by se.swedenconnect.spring.saml.idp.config.configurersClassDescriptionAn interface that is used to decide which attributes that should be released in an
Assertion.AttributeReleaseVoters are used by theAttributeReleaseManagerto check if attributes returned fromAttributeProducers should be released or not.