Uses of Class
org.apache.syncope.common.rest.api.service.wa.WAConfigService.PushSubject
-
-
Uses of WAConfigService.PushSubject in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels with type parameters of type WAConfigService.PushSubject Modifier and Type Field Description protected Model<WAConfigService.PushSubject>WAPushModalPanel. subjectModel -
Uses of WAConfigService.PushSubject in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type WAConfigService.PushSubject Modifier and Type Method Description voidWAConfigRestClient. push(WAConfigService.PushSubject subject, List<String> services) -
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. -
Uses of WAConfigService.PushSubject in org.apache.syncope.core.logic.wa
Methods in org.apache.syncope.core.logic.wa with parameters of type WAConfigService.PushSubject Modifier and Type Method Description voidWAConfigLogic. pushToWA(WAConfigService.PushSubject subject, List<String> services) -
Uses of WAConfigService.PushSubject in org.apache.syncope.core.rest.cxf.service.wa
Methods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type WAConfigService.PushSubject Modifier and Type Method Description voidWAConfigServiceImpl. pushToWA(WAConfigService.PushSubject subject, List<String> services)
-