Uses of Class
org.apache.syncope.common.keymaster.client.api.model.NetworkService.Type
-
-
Uses of NetworkService.Type in org.apache.syncope.client.console.panels
Constructors in org.apache.syncope.client.console.panels with parameters of type NetworkService.Type Constructor Description NetworkServiceDirectoryPanel(String id, NetworkService.Type type, SyncopeRestClient syncopeRestClient, PageReference pageRef)
-
Uses of NetworkService.Type in org.apache.syncope.common.keymaster.client.api
Methods in org.apache.syncope.common.keymaster.client.api with parameters of type NetworkService.Type Modifier and Type Method Description NetworkService
ServiceOps. get(NetworkService.Type serviceType)
Returns the service instance to invoke, for the given type.List<NetworkService>
ServiceOps. list(NetworkService.Type serviceType)
-
Uses of NetworkService.Type in org.apache.syncope.common.keymaster.client.api.model
Methods in org.apache.syncope.common.keymaster.client.api.model that return NetworkService.Type Modifier and Type Method Description NetworkService.Type
NetworkService. getType()
static NetworkService.Type
NetworkService.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetworkService.Type[]
NetworkService.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.common.keymaster.client.api.model with parameters of type NetworkService.Type Modifier and Type Method Description void
NetworkService. setType(NetworkService.Type type)
-
Uses of NetworkService.Type in org.apache.syncope.common.keymaster.client.api.startstop
Fields in org.apache.syncope.common.keymaster.client.api.startstop declared as NetworkService.Type Modifier and Type Field Description protected NetworkService.Type
KeymasterStartStop. networkServiceType
protected NetworkService.Type
KeymasterStartStop. networkServiceType
protected NetworkService.Type
KeymasterStartStop. networkServiceType
protected NetworkService.Type
KeymasterStartStop. networkServiceType
Constructors in org.apache.syncope.common.keymaster.client.api.startstop with parameters of type NetworkService.Type Constructor Description KeymasterStart(NetworkService.Type networkServiceType)
KeymasterStop(NetworkService.Type networkServiceType)
-
Uses of NetworkService.Type in org.apache.syncope.common.keymaster.client.self
Methods in org.apache.syncope.common.keymaster.client.self with parameters of type NetworkService.Type Modifier and Type Method Description NetworkService
SelfKeymasterServiceOps. get(NetworkService.Type serviceType)
List<NetworkService>
SelfKeymasterServiceOps. list(NetworkService.Type serviceType)
-
Uses of NetworkService.Type in org.apache.syncope.common.keymaster.client.zookeeper
Methods in org.apache.syncope.common.keymaster.client.zookeeper with parameters of type NetworkService.Type Modifier and Type Method Description protected static String
ZookeeperServiceOps. buildServicePath(NetworkService.Type serviceType, String... parts)
NetworkService
ZookeeperServiceDiscoveryOps. get(NetworkService.Type serviceType)
NetworkService
ZookeeperServiceOps. get(NetworkService.Type serviceType)
List<NetworkService>
ZookeeperServiceDiscoveryOps. list(NetworkService.Type serviceType)
List<NetworkService>
ZookeeperServiceOps. list(NetworkService.Type serviceType)
-
Uses of NetworkService.Type in org.apache.syncope.common.keymaster.rest.api.service
Methods in org.apache.syncope.common.keymaster.rest.api.service with parameters of type NetworkService.Type Modifier and Type Method Description NetworkService
NetworkServiceService. get(NetworkService.Type serviceType)
Returns the service instance to invoke, for the given type.List<NetworkService>
NetworkServiceService. list(NetworkService.Type serviceType)
Returns the list of registered services. -
Uses of NetworkService.Type in org.apache.syncope.core.keymaster.internal
Methods in org.apache.syncope.core.keymaster.internal with parameters of type NetworkService.Type Modifier and Type Method Description NetworkService
SelfKeymasterInternalServiceOps. get(NetworkService.Type serviceType)
List<NetworkService>
SelfKeymasterInternalServiceOps. list(NetworkService.Type serviceType)
-
Uses of NetworkService.Type in org.apache.syncope.core.keymaster.rest.cxf.service
Methods in org.apache.syncope.core.keymaster.rest.cxf.service with parameters of type NetworkService.Type Modifier and Type Method Description NetworkService
NetworkServiceServiceImpl. get(NetworkService.Type serviceType)
List<NetworkService>
NetworkServiceServiceImpl. list(NetworkService.Type serviceType)
-
Uses of NetworkService.Type in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type NetworkService.Type Modifier and Type Method Description NetworkService
NetworkServiceLogic. get(NetworkService.Type serviceType)
List<NetworkService>
NetworkServiceLogic. list(NetworkService.Type serviceType)
protected NetworkService
NetworkServiceLogic. toNetworkService(NetworkService.Type serviceType, NetworkServiceEntity service)
-
Uses of NetworkService.Type in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao with parameters of type NetworkService.Type Modifier and Type Method Description List<NetworkServiceEntity>
NetworkServiceDAO. findAll(NetworkService.Type serviceType)
-
Uses of NetworkService.Type in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return NetworkService.Type Modifier and Type Method Description NetworkService.Type
NetworkServiceEntity. getType()
Methods in org.apache.syncope.core.persistence.api.entity with parameters of type NetworkService.Type Modifier and Type Method Description void
NetworkServiceEntity. setType(NetworkService.Type type)
-
Uses of NetworkService.Type in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type NetworkService.Type Modifier and Type Method Description List<NetworkServiceEntity>
JPANetworkServiceDAO. findAll(NetworkService.Type serviceType)
-
Uses of NetworkService.Type in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return NetworkService.Type Modifier and Type Method Description NetworkService.Type
JPANetworkService. getType()
Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type NetworkService.Type Modifier and Type Method Description void
JPANetworkService. setType(NetworkService.Type type)
-