Class PublishResult
java.lang.Object
com.pingidentity.sdk.notification.PublishResult
Class denoting the return result from sending the notification from the plugin instance.
- Since:
- 9.3
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the status of an notification returned from the notification publisher.voidsetNotificationStatus(PublishResult.NOTIFICATION_STATUS notificationStatus) Set notification status.
-
Constructor Details
-
PublishResult
public PublishResult()
-
-
Method Details
-
getNotificationStatus
Get the status of an notification returned from the notification publisher.- Returns:
- authentication status
-
setNotificationStatus
Set notification status.- Parameters:
notificationStatus-
-