Uses of Enum Class
com.pingidentity.sdk.AuthnAdapterResponse.AUTHN_STATUS
Packages that use AuthnAdapterResponse.AUTHN_STATUS
Package
Description
Top level package for the PingFederate SDK.
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_STATUSModifier and TypeMethodDescriptionAuthnAdapterResponse.getAuthnStatus()Get the status of an authentication returned from an IdP adapter.Returns the enum constant of this class with the specified name.static AuthnAdapterResponse.AUTHN_STATUS[]AuthnAdapterResponse.AUTHN_STATUS.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pingidentity.sdk with parameters of type AuthnAdapterResponse.AUTHN_STATUSModifier and TypeMethodDescriptionvoidAuthnAdapterResponse.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_STATUSModifier and TypeMethodDescriptionCaptchaProvider.AuthenticationStatus.getAuthnStatus()Get the status of an authentication returned from an IdP adapter.