Package com.pingidentity.sdk.oobauth
Class OOBAuthStatusChangeReceiver
- java.lang.Object
-
- com.pingidentity.sdk.oobauth.OOBAuthStatusChangeReceiver
-
public class OOBAuthStatusChangeReceiver extends Object
A class which accepts status change notifications fromOOBAuthPluginimplementations. This may improve the responsiveness of notifications sent to requesting applications/clients.- Since:
- 9.3
- See Also:
OOBAuthTransactionContext.isStatusChangeCallbackCapable()
-
-
Constructor Summary
Constructors Constructor Description OOBAuthStatusChangeReceiver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstatusChange(String transactionIdentifier)Indicated to the PingFederate server that the status of the given transaction has changed.
-
-
-
Method Detail
-
statusChange
public void statusChange(String transactionIdentifier)
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)
-
-