Uses of Interface
se.swedenconnect.spring.saml.idp.context.Saml2IdpContext
Package
Description
Context definitions for the Saml Identity Provider.
-
Uses of Saml2IdpContext in se.swedenconnect.spring.saml.idp.context
Modifier and TypeMethodDescriptionstatic Saml2IdpContext
Saml2IdpContextHolder.getContext()
Returns theSaml2IdpContext
bound to the current thread.Modifier and TypeMethodDescriptionstatic void
Saml2IdpContextHolder.setContext
(Saml2IdpContext context) Binds the givenSaml2IdpContext
to the current thread.