Uses of Class
com.pingidentity.sdk.AuthenticationSelectorContext
Packages that use AuthenticationSelectorContext
-
Uses of AuthenticationSelectorContext in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return AuthenticationSelectorContextModifier and TypeMethodDescriptionAuthenticationSelector.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 AuthenticationSelectorContextModifier and TypeMethodDescriptionvoidAuthenticationSelector.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).