Uses of Class
com.pingidentity.sdk.oobauth.OOBAuthGeneralException
-
Packages that use OOBAuthGeneralException Package Description com.pingidentity.sdk.oobauth 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 OOBAuthGeneralException Modifier and Type Method Description OOBAuthResultContextOOBAuthPlugin. check(String transactionIdentifier, Map<String,Object> inParameters)Checks the status of a transaction previously started viaOOBAuthPlugin.initiate(OOBAuthRequestContext, Map).voidOOBAuthPlugin. finished(String transactionIdentifier)Gives an opportunity to clean up state associated with the transaction.OOBAuthTransactionContextOOBAuthPlugin. 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.
-