Uses of Enum Class
org.apache.syncope.common.keymaster.rest.api.service.NetworkServiceService.Action
Packages that use NetworkServiceService.Action
Package
Description
-
Uses of NetworkServiceService.Action in org.apache.syncope.common.keymaster.rest.api.service
Methods in org.apache.syncope.common.keymaster.rest.api.service that return NetworkServiceService.ActionModifier and TypeMethodDescriptionstatic NetworkServiceService.Action
Returns the enum constant of this class with the specified name.static NetworkServiceService.Action[]
NetworkServiceService.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.syncope.common.keymaster.rest.api.service with parameters of type NetworkServiceService.ActionModifier and TypeMethodDescriptionvoid
NetworkServiceService.action
(@NotNull NetworkService networkService, NetworkServiceService.Action action) (Un)registers the given service. -
Uses of NetworkServiceService.Action in org.apache.syncope.core.keymaster.rest.cxf.service
Methods in org.apache.syncope.core.keymaster.rest.cxf.service with parameters of type NetworkServiceService.ActionModifier and TypeMethodDescriptionvoid
NetworkServiceServiceImpl.action
(NetworkService networkService, NetworkServiceService.Action action)