Uses of Class
org.apache.syncope.common.keymaster.rest.api.service.NetworkServiceService.Action
-
Packages that use NetworkServiceService.Action Package Description org.apache.syncope.common.keymaster.rest.api.service org.apache.syncope.core.keymaster.rest.cxf.service -
-
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.Action Modifier and Type Method Description static NetworkServiceService.Action
NetworkServiceService.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetworkServiceService.Action[]
NetworkServiceService.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.common.keymaster.rest.api.service with parameters of type NetworkServiceService.Action Modifier and Type Method Description void
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.Action Modifier and Type Method Description void
NetworkServiceServiceImpl. action(NetworkService networkService, NetworkServiceService.Action action)
-