Uses of Interface
org.apache.syncope.common.keymaster.client.api.ServiceOps
-
-
Uses of ServiceOps in org.apache.syncope.client.console
Fields in org.apache.syncope.client.console declared as ServiceOps Modifier and Type Field Description protected ServiceOps
SyncopeWebApplication. serviceOps
Constructors in org.apache.syncope.client.console with parameters of type ServiceOps Constructor Description SyncopeWebApplication(ConsoleProperties props, ClassPathScanImplementationLookup lookup, ServiceOps serviceOps, ExternalResourceProvider resourceProvider, AnyDirectoryPanelAdditionalActionsProvider anyDirectoryPanelAdditionalActionsProvider, AnyDirectoryPanelAdditionalActionLinksProvider anyDirectoryPanelAdditionalActionLinksProvider, AnyWizardBuilderAdditionalSteps anyWizardBuilderAdditionalSteps, StatusProvider statusProvider, VirSchemaDetailsPanelProvider virSchemaDetailsPanelProvider, ImplementationInfoProvider implementationInfoProvider, AccessPolicyConfProvider accessPolicyConfProvider, List<PolicyTabProvider> policyTabProviders, List<UserFormFinalizer> userFormFinalizers, List<IResource> resources)
-
Uses of ServiceOps in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as ServiceOps Modifier and Type Field Description protected ServiceOps
WA. serviceOps
-
Uses of ServiceOps in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as ServiceOps Modifier and Type Field Description protected ServiceOps
NetworkServiceDirectoryPanel. serviceOps
-
Uses of ServiceOps in org.apache.syncope.client.console.topology
Fields in org.apache.syncope.client.console.topology declared as ServiceOps Modifier and Type Field Description protected ServiceOps
TopologyWebSocketBehavior. serviceOps
-
Uses of ServiceOps in org.apache.syncope.client.enduser
Fields in org.apache.syncope.client.enduser declared as ServiceOps Modifier and Type Field Description protected ServiceOps
SyncopeWebApplication. serviceOps
Methods in org.apache.syncope.client.enduser with parameters of type ServiceOps Modifier and Type Method Description SyncopeCoreHealthIndicator
SyncopeEnduserApplication. syncopeCoreHealthIndicator(ServiceOps serviceOps, EnduserProperties props)
SyncopeWebApplication
SyncopeEnduserApplication. syncopeWebApplication(ResourceLoader resourceLoader, EnduserProperties props, ClassPathScanImplementationLookup lookup, ServiceOps serviceOps, List<IResource> resources)
Constructors in org.apache.syncope.client.enduser with parameters of type ServiceOps Constructor Description SyncopeWebApplication(ResourceLoader resourceLoader, EnduserProperties props, ClassPathScanImplementationLookup lookup, ServiceOps serviceOps, List<IResource> resources)
-
Uses of ServiceOps in org.apache.syncope.client.ui.commons.actuate
Fields in org.apache.syncope.client.ui.commons.actuate declared as ServiceOps Modifier and Type Field Description protected ServiceOps
SyncopeCoreHealthIndicator. serviceOps
Constructors in org.apache.syncope.client.ui.commons.actuate with parameters of type ServiceOps Constructor Description SyncopeCoreHealthIndicator(ServiceOps serviceOps, String anonymousUser, String anonymousKey, boolean useGZIPCompression)
-
Uses of ServiceOps in org.apache.syncope.common.keymaster.client.api.startstop
Fields in org.apache.syncope.common.keymaster.client.api.startstop declared as ServiceOps Modifier and Type Field Description protected ServiceOps
KeymasterStartStop. serviceOps
protected ServiceOps
KeymasterStartStop. serviceOps
protected ServiceOps
KeymasterStartStop. serviceOps
protected ServiceOps
KeymasterStartStop. serviceOps
-
Uses of ServiceOps in org.apache.syncope.common.keymaster.client.self
Classes in org.apache.syncope.common.keymaster.client.self that implement ServiceOps Modifier and Type Class Description class
SelfKeymasterServiceOps
Methods in org.apache.syncope.common.keymaster.client.self that return ServiceOps Modifier and Type Method Description ServiceOps
SelfKeymasterClientContext. selfServiceOps(org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean selfKeymasterRESTClientFactoryBean)
-
Uses of ServiceOps in org.apache.syncope.common.keymaster.client.zookeeper
Classes in org.apache.syncope.common.keymaster.client.zookeeper that implement ServiceOps Modifier and Type Class Description class
ZookeeperServiceDiscoveryOps
ImplementsServiceOps
via Apache Curator / Zookeeper via Curator'sServiceDiscovery
.class
ZookeeperServiceOps
ImplementsServiceOps
via Apache Curator / Zookeeper.Methods in org.apache.syncope.common.keymaster.client.zookeeper that return ServiceOps Modifier and Type Method Description ServiceOps
ZookeeperKeymasterClientContext. serviceOps()
-
Uses of ServiceOps in org.apache.syncope.core.keymaster.internal
Classes in org.apache.syncope.core.keymaster.internal that implement ServiceOps Modifier and Type Class Description class
SelfKeymasterInternalServiceOps
-
Uses of ServiceOps in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as ServiceOps Modifier and Type Field Description protected ServiceOps
ClientAppLogic. serviceOps
protected ServiceOps
SRARouteLogic. serviceOps
Methods in org.apache.syncope.core.logic with parameters of type ServiceOps Modifier and Type Method Description ClientAppLogic
AMLogicContext. clientAppLogic(ServiceOps serviceOps, ClientAppUtilsFactory clientAppUtilsFactory, ClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO)
SRARouteLogic
AMLogicContext. sraRouteLogic(EntityFactory entityFactory, ServiceOps serviceOps, SecurityProperties securityProperties, SRARouteDAO routeDAO, SRARouteDataBinder binder)
WAConfigLogic
AMLogicContext. waConfigLogic(ServiceOps serviceOps, SecurityProperties securityProperties, WAConfigDataBinder binder, WAConfigDAO waConfigDAO)
Constructors in org.apache.syncope.core.logic with parameters of type ServiceOps Constructor Description ClientAppLogic(ServiceOps serviceOps, ClientAppUtilsFactory clientAppUtilsFactory, ClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO)
SRARouteLogic(SRARouteDAO routeDAO, SRARouteDataBinder binder, EntityFactory entityFactory, ServiceOps serviceOps, SecurityProperties securityProperties)
-
Uses of ServiceOps in org.apache.syncope.core.logic.wa
Fields in org.apache.syncope.core.logic.wa declared as ServiceOps Modifier and Type Field Description protected ServiceOps
WAConfigLogic. serviceOps
Constructors in org.apache.syncope.core.logic.wa with parameters of type ServiceOps Constructor Description WAConfigLogic(ServiceOps serviceOps, WAConfigDataBinder binder, WAConfigDAO waConfigDAO, SecurityProperties securityProperties)
-
Uses of ServiceOps in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter that return ServiceOps Modifier and Type Method Description ServiceOps
SelfKeymasterContext. internalServiceOps(NetworkServiceLogic networkServiceLogic, KeymasterProperties props)
-
Uses of ServiceOps in org.apache.syncope.sra
Fields in org.apache.syncope.sra declared as ServiceOps Modifier and Type Field Description protected ServiceOps
RouteProvider. serviceOps
Methods in org.apache.syncope.sra with parameters of type ServiceOps Modifier and Type Method Description RouteProvider
SyncopeSRAApplication. routeProvider(ConfigurableApplicationContext ctx, ServiceOps serviceOps, SRAProperties props)
SyncopeCoreHealthIndicator
SyncopeSRAApplication. syncopeCoreHealthIndicator(ServiceOps serviceOps, SRAProperties props)
Constructors in org.apache.syncope.sra with parameters of type ServiceOps Constructor Description RouteProvider(ServiceOps serviceOps, ConfigurableApplicationContext ctx, String anonymousUser, String anonymousKey, boolean useGZIPCompression)
-
Uses of ServiceOps in org.apache.syncope.sra.actuate
Fields in org.apache.syncope.sra.actuate declared as ServiceOps Modifier and Type Field Description protected ServiceOps
SyncopeCoreHealthIndicator. serviceOps
Constructors in org.apache.syncope.sra.actuate with parameters of type ServiceOps Constructor Description SyncopeCoreHealthIndicator(ServiceOps serviceOps, String anonymousUser, String anonymousKey, boolean useGZIPCompression)
-