Uses of Class
com.pingidentity.sdk.AdapterSelectorContext
-
Packages that use AdapterSelectorContext Package Description com.pingidentity.sdk Top level package for the PingFederate SDK. -
-
Uses of AdapterSelectorContext in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return AdapterSelectorContext Modifier and Type Method Description AdapterSelectorContextAdapterSelector. selectContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Map<String,String> mappedAdapterIdsNames, Map<String,Object> extraParameters, String resumePath)Deprecated.This is the method that the PingFederate server will invoke during Adapter Selection.Methods in com.pingidentity.sdk with parameters of type AdapterSelectorContext Modifier and Type Method Description voidAdapterSelector. callback(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Map authnIdentifiers, String adapterInstanceId, AdapterSelectorContext adapterSelectorContext)Deprecated.This is the method that the PingFederate server will invoke after the selected adapter completes the lookupAuthN(...) method.
-