Uses of Class
com.pingidentity.sdk.AuthenticationSession
-
Packages that use AuthenticationSession Package Description com.pingidentity.sdk Top level package for the PingFederate SDK. -
-
Uses of AuthenticationSession in com.pingidentity.sdk
Methods in com.pingidentity.sdk with parameters of type AuthenticationSession Modifier and Type Method Description booleanSessionAwareAuthenticationAdapter. checkUseAuthenticationSession(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Map<String,Object> inParameters, AuthenticationSession existingSession)A method that the PingFederate server calls during processing of a single sign-on transaction to determine whether an existing session can be used instead of invoking the adapter'slookupAuthNmethod.
-