Uses of Class
org.apache.syncope.common.rest.api.service.wa.WAConfigService.PushSubject
-
Packages that use WAConfigService.PushSubject Package Description org.apache.syncope.common.rest.api.service.wa -
-
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.PushSubject Modifier and Type Method Description static WAConfigService.PushSubjectWAConfigService.PushSubject. valueOf(String name)Returns the enum constant of this type with the specified name.static WAConfigService.PushSubject[]WAConfigService.PushSubject. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.common.rest.api.service.wa with parameters of type WAConfigService.PushSubject Modifier and Type Method Description voidWAConfigService. pushToWA(@NotNull WAConfigService.PushSubject subject, List<String> services)Push to WA according to the provided parameters.
-