Uses of Class
com.pingidentity.sdk.AdapterSelectorContext
Packages that use AdapterSelectorContext
-
Uses of AdapterSelectorContext in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return AdapterSelectorContextModifier and TypeMethodDescriptionAdapterSelector.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 AdapterSelectorContextModifier and TypeMethodDescriptionvoidAdapterSelector.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.