Uses of Interface
de.aristaflow.adept2.base.service.AuthenticatingService
-
-
Uses of AuthenticatingService in de.aristaflow.adept2.base.registry
Classes in de.aristaflow.adept2.base.registry that implement AuthenticatingService Modifier and Type Class Description classAbstractRegistryThis class manages interfaces (or super-classes) of component types and instances of components including singletons.classInstanceToInstanceRegistryThis class extends the plugin registry to support the retrieval of used component instances without needing to know the used instance name at all.classLocalServiceRegistryThe local service registry extends theInstanceToInstanceRegistryto support service components.classPluginRegistryWhile theAbstractRegistrydoes not allow to be directly accessed, this class supports the retrieval of specific component instances as well as default component instances.classServiceRegistryA service registry extends theLocalServiceRegistryto support export and publishing of local services as well as accessing remote services. -
Uses of AuthenticatingService in de.aristaflow.adept2.base.service
Classes in de.aristaflow.adept2.base.service that implement AuthenticatingService Modifier and Type Class Description classAbstractAuthenticatedServiceAn abstract class providing the basic means for authenticating and managing aSessionFactoryas well as some session management (token verification and alike).classAbstractConfigurableAuthenticatedServiceThis class extends an authenticated service by the means for changing a configuration. -
Uses of AuthenticatingService in de.aristaflow.adept2.core.checks.processmodel
Classes in de.aristaflow.adept2.core.checks.processmodel that implement AuthenticatingService Modifier and Type Class Description classDefaultProcessCheckServiceDefault implementation of the process check service. -
Uses of AuthenticatingService in de.aristaflow.adept2.core.client
Classes in de.aristaflow.adept2.core.client that implement AuthenticatingService Modifier and Type Class Description classMultiplexingClientServiceTheMultiplexingClientServiceis a broker for service requests from various web clients. -
Uses of AuthenticatingService in de.aristaflow.adept2.core.registry
Classes in de.aristaflow.adept2.core.registry that implement AuthenticatingService Modifier and Type Class Description classBootstrapRegistryThis bootstrap registry is the central entity from which other registries and services can be retrieved. -
Uses of AuthenticatingService in de.aristaflow.adept2.core.registry.twophase
Classes in de.aristaflow.adept2.core.registry.twophase that implement AuthenticatingService Modifier and Type Class Description classTwoPhaseBootstrap<T extends ADEPT2Service>A bootstrap registry that bootstraps and shuts down in two phases. -
Uses of AuthenticatingService in de.aristaflow.adept2.model
Classes in de.aristaflow.adept2.model that implement AuthenticatingService Modifier and Type Class Description classModelFactoryRegistryThis class extends theInstanceToInstanceRegistryto support all model factories in ADEPT2. -
Uses of AuthenticatingService in de.aristaflow.adept2.ui.htmlgui.httpservice
Classes in de.aristaflow.adept2.ui.htmlgui.httpservice that implement AuthenticatingService Modifier and Type Class Description classEmbdServContHTTPServiceSimple HTTP service based on aServletService(an embedded servlet container).
-