Uses of Class
org.sourceid.saml20.adapter.sp.authn.SsoContext
Packages that use SsoContext
Package
Description
Service Provider (SP) role specific interfaces and classes for authentication adapters.
-
Uses of SsoContext in org.sourceid.saml20.adapter.sp.authn
Methods in org.sourceid.saml20.adapter.sp.authn with parameters of type SsoContextModifier and TypeMethodDescriptionSpAuthenticationAdapter.createAuthN(SsoContext ssoContext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, String resumePath) This is the method that the PingFederate server will invoke during processing of a single sign-on to create a security context for a user at the external application.