Uses of Class
com.pingidentity.sdk.AuthnAdapterResponse.AUTHN_STATUS
-
Packages that use AuthnAdapterResponse.AUTHN_STATUS 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.AUTHN_STATUS in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return AuthnAdapterResponse.AUTHN_STATUS Modifier and Type Method Description AuthnAdapterResponse.AUTHN_STATUSAuthnAdapterResponse. getAuthnStatus()Get the status of an authentication returned from an IdP adapter.static AuthnAdapterResponse.AUTHN_STATUSAuthnAdapterResponse.AUTHN_STATUS. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthnAdapterResponse.AUTHN_STATUS[]AuthnAdapterResponse.AUTHN_STATUS. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pingidentity.sdk with parameters of type AuthnAdapterResponse.AUTHN_STATUS Modifier and Type Method Description voidAuthnAdapterResponse. setAuthnStatus(AuthnAdapterResponse.AUTHN_STATUS authnStatus)Set authentication status. -
Uses of AuthnAdapterResponse.AUTHN_STATUS in com.pingidentity.sdk.captchaprovider
Methods in com.pingidentity.sdk.captchaprovider that return AuthnAdapterResponse.AUTHN_STATUS Modifier and Type Method Description AuthnAdapterResponse.AUTHN_STATUSCaptchaProvider.AuthenticationStatus. getAuthnStatus()Get the status of an authentication returned from an IdP adapter.
-