Uses of Class
com.pingidentity.sdk.oobauth.OOBAuthGeneralException
Packages that use OOBAuthGeneralException
Package
Description
A plugin interface, with associated classes, for orchestrating out-of-band
authentication/authorization.
-
Uses of OOBAuthGeneralException in com.pingidentity.sdk.oobauth
Methods in com.pingidentity.sdk.oobauth that throw OOBAuthGeneralExceptionModifier and TypeMethodDescriptionChecks the status of a transaction previously started viaOOBAuthPlugin.initiate(OOBAuthRequestContext, Map).voidGives an opportunity to clean up state associated with the transaction.OOBAuthPlugin.initiate(OOBAuthRequestContext requestContext, Map<String, Object> inParameters) Starts an out-of-band authentication/authorization with an end-user identified via the user attributes in the OOBAuthRequestContext provided in the call.