Uses of Class
com.pingidentity.sdk.AuthenticationSelectorContext
-
Packages that use AuthenticationSelectorContext Package Description com.pingidentity.sdk Top level package for the PingFederate SDK. -
-
Uses of AuthenticationSelectorContext in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return AuthenticationSelectorContext Modifier and Type Method Description AuthenticationSelectorContextAuthenticationSelector. selectContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Map<AuthenticationSourceKey,String> mappedAuthnSourcesNames, Map<String,Object> extraParameters, String resumePath)This is the method that the PingFederate server will invoke during Authentication Selection.Methods in com.pingidentity.sdk with parameters of type AuthenticationSelectorContext Modifier and Type Method Description voidAuthenticationSelector. callback(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Map authnIdentifiers, AuthenticationSourceKey authenticationSourceKey, AuthenticationSelectorContext authnSelectorContext)This is the method that the PingFederate server will invoke after the selected authentication source completes its authentication (for adapters this is after the lookupAuthN(...) method).
-