Uses of Class
com.pingidentity.sdk.AuthnAdapterResponse
-
Packages that use AuthnAdapterResponse Package Description com.pingidentity.sdk Top level package for the PingFederate SDK.com.pingidentity.sdk.captchaprovider A plugin interface, with associated classes, for creating custom CAPTCHA/Risk providers. -
-
Uses of AuthnAdapterResponse in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return AuthnAdapterResponse Modifier and Type Method Description AuthnAdapterResponseIdpAuthenticationAdapterV2. lookupAuthN(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Map<String,Object> inParameters)The extended method that the PingFederate server will invoke during processing of a single sign-on transaction to lookup information about an authenticated security context or session for a user at the external application or authentication provider service. -
Uses of AuthnAdapterResponse in com.pingidentity.sdk.captchaprovider
Fields in com.pingidentity.sdk.captchaprovider declared as AuthnAdapterResponse Modifier and Type Field Description AuthnAdapterResponseCaptchaProvider.AuthenticationStatus. authnAdapterResponseConstructors in com.pingidentity.sdk.captchaprovider with parameters of type AuthnAdapterResponse Constructor Description AuthenticationStatus(AuthnAdapterResponse authnAdapterResponse)
-