Uses of Class
net.shibboleth.idp.saml.profile.impl.IdPInitiatedSSORequest
Packages that use IdPInitiatedSSORequest
Package
Description
Actions common to SAML 1 and SAML 2 processing.
Profile processing actions related to SAML 2 messages.
-
Uses of IdPInitiatedSSORequest in net.shibboleth.idp.saml.profile.impl
Methods in net.shibboleth.idp.saml.profile.impl that return IdPInitiatedSSORequestModifier and TypeMethodDescriptionprotected IdPInitiatedSSORequestBaseIdPInitiatedSSORequestMessageDecoder.buildIdPInitiatedSSORequest()Build a new IdP-initiated request structure from the inbound HTTP request. -
Uses of IdPInitiatedSSORequest in net.shibboleth.idp.saml.saml2.profile.impl
Fields in net.shibboleth.idp.saml.saml2.profile.impl declared as IdPInitiatedSSORequestModifier and TypeFieldDescriptionprivate IdPInitiatedSSORequestIdPInitiatedSSORequestMessageDecoder.ssoRequestThe IdP-initiated request structure parsed from the inbound request.Methods in net.shibboleth.idp.saml.saml2.profile.impl that return IdPInitiatedSSORequestModifier and TypeMethodDescriptionprotected IdPInitiatedSSORequestIdPInitiatedSSORequestMessageDecoder.getIdPInitiatedSSORequest()Get the internally constructed instance ofIdPInitiatedSSORequest.