Uses of Enum Class
org.apache.syncope.common.rest.api.service.wa.WAConfigService.PushSubject
Packages that use WAConfigService.PushSubject
Package
Description
-
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.PushSubjectModifier and TypeFieldDescriptionprotected final 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.PushSubjectModifier and TypeMethodDescriptionvoidWAConfigRestClient.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.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. -
Uses of WAConfigService.PushSubject in org.apache.syncope.core.logic.wa
Methods in org.apache.syncope.core.logic.wa with parameters of type WAConfigService.PushSubjectModifier and TypeMethodDescriptionvoidWAConfigLogic.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.PushSubjectModifier and TypeMethodDescriptionvoidWAConfigServiceImpl.pushToWA(WAConfigService.PushSubject subject, List<String> services)