Uses of Enum Class
org.apache.syncope.common.rest.api.service.wa.WAConfigService.PushSubject
Package
Description
-
Uses of WAConfigService.PushSubject in org.apache.syncope.client.console.panels
Modifier and TypeFieldDescriptionprotected final Model
<WAConfigService.PushSubject> WAPushModalPanel.subjectModel
-
Uses of WAConfigService.PushSubject in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionvoid
WAConfigRestClient.push
(WAConfigService.PushSubject subject, List<String> services) -
Uses of WAConfigService.PushSubject in org.apache.syncope.common.rest.api.service.wa
Modifier and TypeMethodDescriptionstatic WAConfigService.PushSubject
Returns the enum constant of this class with the specified name.static WAConfigService.PushSubject[]
WAConfigService.PushSubject.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
WAConfigService.pushToWA
(@NotNull WAConfigService.PushSubject subject, List<String> services) Push to WA according to the provided parameters. -
Uses of WAConfigService.PushSubject in org.apache.syncope.core.logic.wa
Modifier and TypeMethodDescriptionvoid
WAConfigLogic.pushToWA
(WAConfigService.PushSubject subject, List<String> services) -
Uses of WAConfigService.PushSubject in org.apache.syncope.core.rest.cxf.service.wa
Modifier and TypeMethodDescriptionvoid
WAConfigServiceImpl.pushToWA
(WAConfigService.PushSubject subject, List<String> services)