Package org.openiam.idm.util
Class ManagedSystemStatusNotificationHelper
- java.lang.Object
-
- org.openiam.idm.util.ManagedSystemStatusNotificationHelper
-
@Component public class ManagedSystemStatusNotificationHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ManagedSystemStatusNotificationHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
manSysChangeConnectionStatusNotify(List<ConnectorReplyDoc> entities)
This method get doc with managed system current status and last status.
-
-
-
Method Detail
-
manSysChangeConnectionStatusNotify
public void manSysChangeConnectionStatusNotify(List<ConnectorReplyDoc> entities)
This method get doc with managed system current status and last status. If both this statuses are not the same, then send notification to every user from "org.openiam.defaultNotificationGroup" And save new last status then.- Parameters:
entities
-
-
-