Uses of Interface
se.swedenconnect.spring.saml.idp.context.Saml2IdpContext
Packages that use Saml2IdpContext
Package
Description
Context definitions for the Saml Identity Provider.
-
Uses of Saml2IdpContext in se.swedenconnect.spring.saml.idp.context
Methods in se.swedenconnect.spring.saml.idp.context that return Saml2IdpContextModifier and TypeMethodDescriptionstatic Saml2IdpContext
Saml2IdpContextHolder.getContext()
Returns theSaml2IdpContext
bound to the current thread.Methods in se.swedenconnect.spring.saml.idp.context with parameters of type Saml2IdpContextModifier and TypeMethodDescriptionstatic void
Saml2IdpContextHolder.setContext
(Saml2IdpContext context) Binds the givenSaml2IdpContext
to the current thread.