Uses of Class
org.sourceid.saml20.adapter.sp.authn.SsoContext
-
Packages that use SsoContext Package Description org.sourceid.saml20.adapter.sp.authn 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 SsoContext Modifier and Type Method Description SerializableSpAuthenticationAdapter. 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.
-