Package com.pingidentity.sdk.oobauth
Class OOBAuthStatusChangeReceiver
java.lang.Object
com.pingidentity.sdk.oobauth.OOBAuthStatusChangeReceiver
A class which accepts status change notifications from
OOBAuthPlugin implementations.
This may improve the responsiveness of notifications sent to requesting applications/clients.- Since:
- 9.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatusChange(String transactionIdentifier) Indicated to the PingFederate server that the status of the given transaction has changed.
-
Constructor Details
-
OOBAuthStatusChangeReceiver
public OOBAuthStatusChangeReceiver()
-
-
Method Details
-
statusChange
Indicated to the PingFederate server that the status of the given transaction has changed.- Parameters:
transactionIdentifier- the unique identifier for out-of-band authentication/authorization transaction given by the OOBAuthTransactionContext returned fromOOBAuthPlugin.initiate(OOBAuthRequestContext, Map)
-