Uses of Class
org.apache.syncope.common.keymaster.client.api.model.NetworkService
-
-
Uses of NetworkService in org.apache.syncope.client.console.pages
Method parameters in org.apache.syncope.client.console.pages with type arguments of type NetworkService Modifier and Type Method Description protected List<ITab>
WA. buildTabList(List<NetworkService> instances)
-
Uses of NetworkService in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type NetworkService Modifier and Type Method Description protected ActionsPanel<NetworkService>
NetworkServiceDirectoryPanel. getActions(IModel<NetworkService> model)
protected List<IColumn<NetworkService,String>>
NetworkServiceDirectoryPanel. getColumns()
Iterator<NetworkService>
NetworkServiceDirectoryPanel.NetworkServiceProvider. iterator(long first, long count)
IModel<NetworkService>
NetworkServiceDirectoryPanel.NetworkServiceProvider. model(NetworkService service)
Methods in org.apache.syncope.client.console.panels with parameters of type NetworkService Modifier and Type Method Description IModel<NetworkService>
NetworkServiceDirectoryPanel.NetworkServiceProvider. model(NetworkService service)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type NetworkService Modifier and Type Method Description protected ActionsPanel<NetworkService>
NetworkServiceDirectoryPanel. getActions(IModel<NetworkService> model)
Constructor parameters in org.apache.syncope.client.console.panels with type arguments of type NetworkService Constructor Description SRAStatisticsPanel(String id, List<NetworkService> instances)
WAPushModalPanel(BaseModal<Serializable> modal, List<NetworkService> instances, PageReference pageRef)
-
Uses of NetworkService in org.apache.syncope.client.console.rest
Fields in org.apache.syncope.client.console.rest with type parameters of type NetworkService Modifier and Type Field Description protected List<NetworkService>
AMSessionRestClient. instances
Methods in org.apache.syncope.client.console.rest with parameters of type NetworkService Modifier and Type Method Description protected String
LoggerConfRestClient. getActuatorEndpoint(NetworkService instance)
Method parameters in org.apache.syncope.client.console.rest with type arguments of type NetworkService Modifier and Type Method Description SRAStatistics
SRAStatisticsRestClient. get(List<NetworkService> instances, List<Pair<String,String>> selected)
protected String
SRAStatisticsRestClient. getActuatorEndpoint(List<NetworkService> instances)
Constructor parameters in org.apache.syncope.client.console.rest with type arguments of type NetworkService Constructor Description AMSessionRestClient(List<NetworkService> instances)
LoggerConfRestClient(List<NetworkService> instances, List<Domain> domains)
SRASessionRestClient(List<NetworkService> list)
WASessionRestClient(List<NetworkService> instances)
-
Uses of NetworkService in org.apache.syncope.common.keymaster.client.api
Methods in org.apache.syncope.common.keymaster.client.api that return NetworkService Modifier and Type Method Description NetworkService
ServiceOps. get(NetworkService.Type serviceType)
Returns the service instance to invoke, for the given type.Methods in org.apache.syncope.common.keymaster.client.api that return types with arguments of type NetworkService Modifier and Type Method Description List<NetworkService>
ServiceOps. list(NetworkService.Type serviceType)
Methods in org.apache.syncope.common.keymaster.client.api with parameters of type NetworkService Modifier and Type Method Description void
ServiceOps. register(NetworkService service)
void
ServiceOps. unregister(NetworkService service)
-
Uses of NetworkService in org.apache.syncope.common.keymaster.client.self
Methods in org.apache.syncope.common.keymaster.client.self that return NetworkService Modifier and Type Method Description NetworkService
SelfKeymasterServiceOps. get(NetworkService.Type serviceType)
Methods in org.apache.syncope.common.keymaster.client.self that return types with arguments of type NetworkService Modifier and Type Method Description List<NetworkService>
SelfKeymasterServiceOps. list(NetworkService.Type serviceType)
Methods in org.apache.syncope.common.keymaster.client.self with parameters of type NetworkService Modifier and Type Method Description void
SelfKeymasterServiceOps. register(NetworkService service)
void
SelfKeymasterServiceOps. unregister(NetworkService service)
-
Uses of NetworkService in org.apache.syncope.common.keymaster.client.zookeeper
Methods in org.apache.syncope.common.keymaster.client.zookeeper that return NetworkService Modifier and Type Method Description NetworkService
ZookeeperServiceDiscoveryOps. get(NetworkService.Type serviceType)
NetworkService
ZookeeperServiceOps. get(NetworkService.Type serviceType)
Methods in org.apache.syncope.common.keymaster.client.zookeeper that return types with arguments of type NetworkService Modifier and Type Method Description List<NetworkService>
ZookeeperServiceDiscoveryOps. list(NetworkService.Type serviceType)
List<NetworkService>
ZookeeperServiceOps. list(NetworkService.Type serviceType)
Methods in org.apache.syncope.common.keymaster.client.zookeeper with parameters of type NetworkService Modifier and Type Method Description void
ZookeeperServiceDiscoveryOps. register(NetworkService service)
void
ZookeeperServiceOps. register(NetworkService service)
void
ZookeeperServiceDiscoveryOps. unregister(NetworkService service)
void
ZookeeperServiceOps. unregister(NetworkService service)
-
Uses of NetworkService in org.apache.syncope.common.keymaster.rest.api.service
Methods in org.apache.syncope.common.keymaster.rest.api.service that return NetworkService Modifier and Type Method Description NetworkService
NetworkServiceService. get(NetworkService.Type serviceType)
Returns the service instance to invoke, for the given type.Methods in org.apache.syncope.common.keymaster.rest.api.service that return types with arguments of type NetworkService Modifier and Type Method Description List<NetworkService>
NetworkServiceService. list(NetworkService.Type serviceType)
Returns the list of registered services.Methods in org.apache.syncope.common.keymaster.rest.api.service with parameters of type NetworkService Modifier and Type Method Description void
NetworkServiceService. action(@NotNull NetworkService networkService, NetworkServiceService.Action action)
(Un)registers the given service. -
Uses of NetworkService in org.apache.syncope.core.keymaster.internal
Methods in org.apache.syncope.core.keymaster.internal that return NetworkService Modifier and Type Method Description NetworkService
SelfKeymasterInternalServiceOps. get(NetworkService.Type serviceType)
Methods in org.apache.syncope.core.keymaster.internal that return types with arguments of type NetworkService Modifier and Type Method Description List<NetworkService>
SelfKeymasterInternalServiceOps. list(NetworkService.Type serviceType)
Methods in org.apache.syncope.core.keymaster.internal with parameters of type NetworkService Modifier and Type Method Description void
SelfKeymasterInternalServiceOps. register(NetworkService service)
void
SelfKeymasterInternalServiceOps. unregister(NetworkService service)
-
Uses of NetworkService in org.apache.syncope.core.keymaster.rest.cxf.service
Methods in org.apache.syncope.core.keymaster.rest.cxf.service that return NetworkService Modifier and Type Method Description NetworkService
NetworkServiceServiceImpl. get(NetworkService.Type serviceType)
Methods in org.apache.syncope.core.keymaster.rest.cxf.service that return types with arguments of type NetworkService Modifier and Type Method Description List<NetworkService>
NetworkServiceServiceImpl. list(NetworkService.Type serviceType)
Methods in org.apache.syncope.core.keymaster.rest.cxf.service with parameters of type NetworkService Modifier and Type Method Description void
NetworkServiceServiceImpl. action(NetworkService networkService, NetworkServiceService.Action action)
-
Uses of NetworkService in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return NetworkService Modifier and Type Method Description NetworkService
NetworkServiceLogic. get(NetworkService.Type serviceType)
protected NetworkService
NetworkServiceLogic. toNetworkService(NetworkService.Type serviceType, NetworkServiceEntity service)
Methods in org.apache.syncope.core.logic that return types with arguments of type NetworkService Modifier and Type Method Description List<NetworkService>
NetworkServiceLogic. list(NetworkService.Type serviceType)
Methods in org.apache.syncope.core.logic with parameters of type NetworkService Modifier and Type Method Description void
NetworkServiceLogic. register(NetworkService networkService)
void
NetworkServiceLogic. unregister(NetworkService networkService)
-
Uses of NetworkService in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao with parameters of type NetworkService Modifier and Type Method Description int
NetworkServiceDAO. deleteAll(NetworkService service)
-
Uses of NetworkService in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type NetworkService Modifier and Type Method Description int
JPANetworkServiceDAO. deleteAll(NetworkService service)
-
Uses of NetworkService in org.apache.syncope.wa.bootstrap
Methods in org.apache.syncope.wa.bootstrap that return types with arguments of type NetworkService Modifier and Type Method Description protected Optional<NetworkService>
WARestClient. getCore()
-