Uses of Enum Class
org.apache.syncope.common.rest.api.service.wa.WAConfigService.PushSubject
Packages that use WAConfigService.PushSubject
-
Uses of WAConfigService.PushSubject in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa that return WAConfigService.PushSubjectModifier and TypeMethodDescriptionstatic WAConfigService.PushSubjectReturns 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.Methods in org.apache.syncope.common.rest.api.service.wa with parameters of type WAConfigService.PushSubjectModifier and TypeMethodDescriptionvoidWAConfigService.pushToWA(@NotNull WAConfigService.PushSubject subject, List<String> services) Push to WA according to the provided parameters.