Uses of Interface
net.officefloor.frame.api.source.ServiceFactory
-
-
Uses of ServiceFactory in net.officefloor.activity.procedure.spi
Subinterfaces of ServiceFactory in net.officefloor.activity.procedure.spi Modifier and Type Interface Description interfaceProcedureSourceServiceFactoryServiceFactoryto loadProcedureSource. -
Uses of ServiceFactory in net.officefloor.compile
Subinterfaces of ServiceFactory in net.officefloor.compile Modifier and Type Interface Description interfaceAdministrationSourceServiceFactoryinterfaceGovernanceSourceServiceFactoryServiceFactoryfor theGovernanceSourceService.interfaceManagedFunctionSourceServiceFactoryinterfaceManagedObjectPoolSourceServiceFactoryinterfaceManagedObjectSourceServiceFactoryServiceFactoryfor theManagedObjectSourceService.interfaceOfficeFloorCompilerConfigurerServiceFactoryinterfaceOfficeSourceServiceFactoryServiceFactoryfor theOfficeSourceService.interfaceSectionSourceServiceFactoryServiceFactoryfor theSectionSourceService.interfaceSupplierSourceServiceFactoryServiceFactoryfor theSupplierSourceService.interfaceTeamSourceServiceFactoryServiceFactoryfor theTeamSourceService. -
Uses of ServiceFactory in net.officefloor.compile.classes
Subinterfaces of ServiceFactory in net.officefloor.compile.classes Modifier and Type Interface Description interfaceClassPathScannerServiceFactoryServiceFactoryfor theClassPathScanner. -
Uses of ServiceFactory in net.officefloor.compile.spi.office.extension
Subinterfaces of ServiceFactory in net.officefloor.compile.spi.office.extension Modifier and Type Interface Description interfaceOfficeExtensionServiceFactoryServiceFactoryfor theOfficeExtensionService. -
Uses of ServiceFactory in net.officefloor.compile.spi.officefloor.extension
Subinterfaces of ServiceFactory in net.officefloor.compile.spi.officefloor.extension Modifier and Type Interface Description interfaceOfficeFloorExtensionServiceFactory -
Uses of ServiceFactory in net.officefloor.flyway
Subinterfaces of ServiceFactory in net.officefloor.flyway Modifier and Type Interface Description interfaceFlywayConfigurerServiceFactoryServiceFactoryfor theFlywayConfigurer. -
Uses of ServiceFactory in net.officefloor.flyway.migrate
Classes in net.officefloor.flyway.migrate that implement ServiceFactory Modifier and Type Class Description classFlywayMigrateOfficeExtensionServiceOfficeExtensionServiceto undertakeFlywaymigration. -
Uses of ServiceFactory in net.officefloor.frame.api.source
Methods in net.officefloor.frame.api.source with type parameters of type ServiceFactory Modifier and Type Method Description <S,F extends ServiceFactory<S>>
SSourceContext. loadOptionalService(java.lang.Class<F> serviceFactoryType)Optionally loads a single service.<S,F extends ServiceFactory<S>>
java.lang.Iterable<S>SourceContext. loadOptionalServices(java.lang.Class<F> serviceFactoryType)Optionally loads multiple services.<S,F extends ServiceFactory<S>>
SSourceContext. loadService(F serviceFactory)Loads the specific service.<S,F extends ServiceFactory<S>,D extends F>
SSourceContext. loadService(java.lang.Class<F> serviceFactoryType, D defaultServiceFactory)Loads a single service.<S,F extends ServiceFactory<S>,D extends F>
java.lang.Iterable<S>SourceContext. loadServices(java.lang.Class<F> serviceFactoryType, D defaultServiceFactory)Loads multiple services.Methods in net.officefloor.frame.api.source that return ServiceFactory Modifier and Type Method Description ServiceFactory<?>AbstractSourceError. getServiceFactory()Obtains the potentialServiceFactoryrequiring the property.Constructors in net.officefloor.frame.api.source with parameters of type ServiceFactory Constructor Description AbstractSourceError(AbstractSourceError error, ServiceFactory<?> serviceFactory)Instantiate to propagateServiceFactorysource error.UnknownClassError(UnknownClassError unknownClassError, ServiceFactory<?> serviceFactory)Instantiate.UnknownPropertyError(UnknownPropertyError unknownPropertyError, ServiceFactory<?> serviceFactory)Instantiate.UnknownResourceError(UnknownResourceError error, ServiceFactory<?> serviceFactory)Instantiate. -
Uses of ServiceFactory in net.officefloor.frame.impl.construct.source
Methods in net.officefloor.frame.impl.construct.source with type parameters of type ServiceFactory Modifier and Type Method Description <S,F extends ServiceFactory<S>>
SSourceContextImpl. loadOptionalService(java.lang.Class<F> serviceFactoryType)<S,F extends ServiceFactory<S>>
java.lang.Iterable<S>SourceContextImpl. loadOptionalServices(java.lang.Class<F> serviceFactoryType)<S,F extends ServiceFactory<S>>
SSourceContextImpl. loadService(F serviceFactory)<S,F extends ServiceFactory<S>,D extends F>
SSourceContextImpl. loadService(java.lang.Class<F> serviceFactoryType, D defaultServiceFactory)<S,F extends ServiceFactory<S>,D extends F>
java.lang.Iterable<S>SourceContextImpl. loadServices(java.lang.Class<F> serviceFactoryType, D defaultServiceFactory) -
Uses of ServiceFactory in net.officefloor.gef.woof.test
Classes in net.officefloor.gef.woof.test that implement ServiceFactory Modifier and Type Class Description classManualProcedureSourceServiceFactoryManualProcedureSourceServiceFactory. -
Uses of ServiceFactory in net.officefloor.javascript
Classes in net.officefloor.javascript that implement ServiceFactory Modifier and Type Class Description classJavaScriptProcedureSourceServiceFactoryJavaScript functionProcedureSourceServiceFactory. -
Uses of ServiceFactory in net.officefloor.jaxrs
Classes in net.officefloor.jaxrs that implement ServiceFactory Modifier and Type Class Description classJaxRsSupplierSourceServiceJAX-RSSupplierSourceService. -
Uses of ServiceFactory in net.officefloor.jaxrs.procedure
Classes in net.officefloor.jaxrs.procedure that implement ServiceFactory Modifier and Type Class Description classJaxRsProcedureSourceJAX-RSProcedureSource. -
Uses of ServiceFactory in net.officefloor.jdbc.datasource
Subinterfaces of ServiceFactory in net.officefloor.jdbc.datasource Modifier and Type Interface Description interfaceDataSourceTransformerServiceFactoryServiceFactoryfor theDataSourceTransformer. -
Uses of ServiceFactory in net.officefloor.jdbc.decorate
Subinterfaces of ServiceFactory in net.officefloor.jdbc.decorate Modifier and Type Interface Description interfaceConnectionDecoratorServiceFactoryServiceFactoryfor theConnectionDecorator.interfacePooledConnectionDecoratorServiceFactoryServiceFactoryfor thePooledConnectionDecorator. -
Uses of ServiceFactory in net.officefloor.jdbc.h2.test
Classes in net.officefloor.jdbc.h2.test that implement ServiceFactory Modifier and Type Class Description classH2ResetTestDependencyServiceTestDependencyServiceproviding theH2Reset. -
Uses of ServiceFactory in net.officefloor.jdbc.hikari
Classes in net.officefloor.jdbc.hikari that implement ServiceFactory Modifier and Type Class Description classHikariDataSourceTransformerWraps theDataSourcewithHikariDataSourcefor pooling. -
Uses of ServiceFactory in net.officefloor.jdbc.test
Classes in net.officefloor.jdbc.test that implement ServiceFactory Modifier and Type Class Description classValidateConnectionDecoratorConnectionDecoratorto validate theConnectioninstances.classValidatePooledConnectionDecoratorPooledConnectionDecoratorto validate thePooledConnectioninstances. -
Uses of ServiceFactory in net.officefloor.kotlin
Classes in net.officefloor.kotlin that implement ServiceFactory Modifier and Type Class Description classKotlinDataObjectMapperParserDecoratorServiceFactoryKotlin DataObjectMapperParserDecoratorServiceFactory.classKotlinProcedureSourceServiceFactoryKotlinProcedureSourceServiceFactory. -
Uses of ServiceFactory in net.officefloor.model.impl.office
Classes in net.officefloor.model.impl.office that implement ServiceFactory Modifier and Type Class Description classOfficeModelOfficeSource -
Uses of ServiceFactory in net.officefloor.model.impl.section
Classes in net.officefloor.model.impl.section that implement ServiceFactory Modifier and Type Class Description classSectionModelSectionSourceSectionSourcefor aSectionModel. -
Uses of ServiceFactory in net.officefloor.nosql.cosmosdb
Subinterfaces of ServiceFactory in net.officefloor.nosql.cosmosdb Modifier and Type Interface Description interfaceCosmosDbServiceFactoryServiceFactoryfor theCosmosDbFactory.interfaceCosmosEntityLocatorServiceFactoryServiceFactoryfor theCosmosEntityLocator. -
Uses of ServiceFactory in net.officefloor.nosql.dynamodb
Subinterfaces of ServiceFactory in net.officefloor.nosql.dynamodb Modifier and Type Interface Description interfaceAmazonDynamoDbServiceFactoryServiceFactoryfor theAmazonDynamoDbFactory.interfaceDynamoEntityLocatorServiceFactoryServiceFactoryfor theDynamoEntityLocator. -
Uses of ServiceFactory in net.officefloor.nosql.objectify
Subinterfaces of ServiceFactory in net.officefloor.nosql.objectify Modifier and Type Interface Description interfaceObjectifyEntityLocatorServiceFactory -
Uses of ServiceFactory in net.officefloor.plugin.administration.clazz
Classes in net.officefloor.plugin.administration.clazz that implement ServiceFactory Modifier and Type Class Description classClassAdministrationSourceAdministrationSourcethat delegates toObject. -
Uses of ServiceFactory in net.officefloor.plugin.clazz.constructor
Subinterfaces of ServiceFactory in net.officefloor.plugin.clazz.constructor Modifier and Type Interface Description interfaceClassConstructorInterrogatorServiceFactory -
Uses of ServiceFactory in net.officefloor.plugin.clazz.constructor.impl
Classes in net.officefloor.plugin.clazz.constructor.impl that implement ServiceFactory Modifier and Type Class Description classDependencyClassConstructorInterrogator -
Uses of ServiceFactory in net.officefloor.plugin.clazz.dependency
Subinterfaces of ServiceFactory in net.officefloor.plugin.clazz.dependency Modifier and Type Interface Description interfaceClassDependencyManufacturerServiceFactory -
Uses of ServiceFactory in net.officefloor.plugin.clazz.dependency.impl
-
Uses of ServiceFactory in net.officefloor.plugin.clazz.interrogate
Subinterfaces of ServiceFactory in net.officefloor.plugin.clazz.interrogate Modifier and Type Interface Description interfaceClassInjectionInterrogatorServiceFactoryServiceFactoryfor theClassInjectionInterrogator. -
Uses of ServiceFactory in net.officefloor.plugin.clazz.interrogate.impl
Classes in net.officefloor.plugin.clazz.interrogate.impl that implement ServiceFactory Modifier and Type Class Description classDependencyClassInjectionInterrogatorclassFlowInterfaceClassInjectionInterrogatorclassInitClassInjectionInterrogatorclassManagedObjectClassInjectionInterrogator -
Uses of ServiceFactory in net.officefloor.plugin.clazz.method
Subinterfaces of ServiceFactory in net.officefloor.plugin.clazz.method Modifier and Type Interface Description interfaceMethodReturnManufacturerServiceFactoryServiceFactoryfor theMethodReturnManufacturer. -
Uses of ServiceFactory in net.officefloor.plugin.clazz.qualifier
Subinterfaces of ServiceFactory in net.officefloor.plugin.clazz.qualifier Modifier and Type Interface Description interfaceTypeQualifierInterrogatorServiceFactoryContext for theTypeQualifierInterrogator. -
Uses of ServiceFactory in net.officefloor.plugin.clazz.qualifier.impl
Classes in net.officefloor.plugin.clazz.qualifier.impl that implement ServiceFactory Modifier and Type Class Description classQualifierTypeQualifierInterrogatorTypeQualifierInterrogatorfor theQualifier. -
Uses of ServiceFactory in net.officefloor.plugin.governance.clazz
Classes in net.officefloor.plugin.governance.clazz that implement ServiceFactory Modifier and Type Class Description classClassGovernanceSource -
Uses of ServiceFactory in net.officefloor.plugin.managedfunction.clazz
Classes in net.officefloor.plugin.managedfunction.clazz that implement ServiceFactory Modifier and Type Class Description classClassManagedFunctionSource -
Uses of ServiceFactory in net.officefloor.plugin.managedobject.clazz
Classes in net.officefloor.plugin.managedobject.clazz that implement ServiceFactory Modifier and Type Class Description classClassManagedObjectSourceManagedObjectSourcethat manages anObjectvia reflection. -
Uses of ServiceFactory in net.officefloor.plugin.section.clazz
Classes in net.officefloor.plugin.section.clazz that implement ServiceFactory Modifier and Type Class Description classClassSectionSourceClassSectionSource. -
Uses of ServiceFactory in net.officefloor.plugin.section.clazz.flow
Subinterfaces of ServiceFactory in net.officefloor.plugin.section.clazz.flow Modifier and Type Interface Description interfaceClassSectionFlowManufacturerServiceFactory -
Uses of ServiceFactory in net.officefloor.plugin.section.clazz.flow.impl
Classes in net.officefloor.plugin.section.clazz.flow.impl that implement ServiceFactory Modifier and Type Class Description classNextClassSectionFlowManufacturerclassSubSectionClassSectionFlowManufacturer -
Uses of ServiceFactory in net.officefloor.plugin.section.clazz.object
Subinterfaces of ServiceFactory in net.officefloor.plugin.section.clazz.object Modifier and Type Interface Description interfaceClassSectionObjectManufacturerServiceFactory -
Uses of ServiceFactory in net.officefloor.plugin.section.clazz.object.impl
Classes in net.officefloor.plugin.section.clazz.object.impl that implement ServiceFactory Modifier and Type Class Description classManagedObjectSectionClassObjectManufacturerclassVariableSectionClassObjectManufacturer -
Uses of ServiceFactory in net.officefloor.plugin.section.clazz.parameter
Subinterfaces of ServiceFactory in net.officefloor.plugin.section.clazz.parameter Modifier and Type Interface Description interfaceClassSectionParameterInterrogatorServiceFactory -
Uses of ServiceFactory in net.officefloor.plugin.section.clazz.parameter.impl
Classes in net.officefloor.plugin.section.clazz.parameter.impl that implement ServiceFactory Modifier and Type Class Description classParameterAnnotationClassSectionParameterInterrogatorclassParameterClassSectionParameterInterrogator -
Uses of ServiceFactory in net.officefloor.plugin.section.clazz.spawn
Subinterfaces of ServiceFactory in net.officefloor.plugin.section.clazz.spawn Modifier and Type Interface Description interfaceClassSectionFlowSpawnInterrogatorServiceFactory -
Uses of ServiceFactory in net.officefloor.plugin.section.clazz.spawn.impl
Classes in net.officefloor.plugin.section.clazz.spawn.impl that implement ServiceFactory Modifier and Type Class Description classSpawnClassSectionFlowSpawnInterrogator -
Uses of ServiceFactory in net.officefloor.plugin.team
Classes in net.officefloor.plugin.team that implement ServiceFactory Modifier and Type Class Description classOnePersonTeamSourceServiceclassPassiveTeamSourceServiceclassThreadLocalAwareTeamSourceServiceclassWorkerPerJobTeamSourceService -
Uses of ServiceFactory in net.officefloor.plugin.variable
Classes in net.officefloor.plugin.variable that implement ServiceFactory Modifier and Type Class Description classVariableOfficeExtensionService -
Uses of ServiceFactory in net.officefloor.reactor
Classes in net.officefloor.reactor that implement ServiceFactory Modifier and Type Class Description classReactorMethodReturnManufacturerServiceFactory<R extends org.reactivestreams.Publisher<? super T>,T> -
Uses of ServiceFactory in net.officefloor.scala
Classes in net.officefloor.scala that implement ServiceFactory Modifier and Type Class Description classScalaObjectMapperParserDecoratorServiceFactoryclassScalaObjectMapperResponderDecoratorServiceFactoryclassScalaProcedureSourceServiceFactory -
Uses of ServiceFactory in net.officefloor.script
Classes in net.officefloor.script that implement ServiceFactory Modifier and Type Class Description classAbstractScriptProcedureSourceServiceFactoryProcedureSourceServiceFactoryproviding abstract support for Scripts. -
Uses of ServiceFactory in net.officefloor.server.appengine
Classes in net.officefloor.server.appengine that implement ServiceFactory Modifier and Type Class Description classGoogleAppEngineOfficeFloorExtensionService -
Uses of ServiceFactory in net.officefloor.server.aws.sam
Classes in net.officefloor.server.aws.sam that implement ServiceFactory Modifier and Type Class Description classSamHttpServerImplementationAWS SAMHttpServerImplementation.classSamOfficeExtensionServiceAWS SAMOfficeExtensionService. -
Uses of ServiceFactory in net.officefloor.server.http
Subinterfaces of ServiceFactory in net.officefloor.server.http Modifier and Type Interface Description interfaceHttpServerImplementationFactoryServiceFactoryfor theHttpServerImplementation. -
Uses of ServiceFactory in net.officefloor.server.http.netty
Classes in net.officefloor.server.http.netty that implement ServiceFactory Modifier and Type Class Description classNettyHttpServerImplementationNettyHttpServerImplementation. -
Uses of ServiceFactory in net.officefloor.server.http.servlet
Classes in net.officefloor.server.http.servlet that implement ServiceFactory Modifier and Type Class Description classHttpServletHttpServerImplementationHttpServerImplementationto validate tests.classHttpServletOfficeExtensionServiceOfficeExtensionServicefor the HTTP Servlet. -
Uses of ServiceFactory in net.officefloor.server.http.undertow
Classes in net.officefloor.server.http.undertow that implement ServiceFactory Modifier and Type Class Description classUndertowHttpServerImplementationUndertowHttpServerImplementation. -
Uses of ServiceFactory in net.officefloor.server.servlet.test
Classes in net.officefloor.server.servlet.test that implement ServiceFactory Modifier and Type Class Description classMockServerOfficeExtensionServiceOfficeExtensionServiceto mockHttpServersetup.classMockServerOfficeFloorExtensionServiceOfficeFloorExtensionServiceto mockHttpServersetup. -
Uses of ServiceFactory in net.officefloor.servlet.inject
Subinterfaces of ServiceFactory in net.officefloor.servlet.inject Modifier and Type Interface Description interfaceFieldDependencyExtractorServiceFactoryServiceFactoryfor theFieldDependencyExtractor.Classes in net.officefloor.servlet.inject that implement ServiceFactory Modifier and Type Class Description classDependencyFieldDependencyExtractorclassInjectFieldDependencyExtractorInjectFieldDependencyExtractor. -
Uses of ServiceFactory in net.officefloor.servlet.procedure
Classes in net.officefloor.servlet.procedure that implement ServiceFactory Modifier and Type Class Description classFilterProcedureSourceFilterProcedureSource.classServletProcedureSourceServletProcedureSource. -
Uses of ServiceFactory in net.officefloor.servlet.supply
Classes in net.officefloor.servlet.supply that implement ServiceFactory Modifier and Type Class Description classServletWoofExtensionServiceWoofExtensionServiceto provide aServletcontainer. -
Uses of ServiceFactory in net.officefloor.servlet.supply.extension
Subinterfaces of ServiceFactory in net.officefloor.servlet.supply.extension Modifier and Type Interface Description interfaceServletSupplierExtensionServiceFactoryServiceFactoryfor theServletSupplierExtension. -
Uses of ServiceFactory in net.officefloor.spring
Classes in net.officefloor.spring that implement ServiceFactory Modifier and Type Class Description classSpringSupplierSourceServiceSpringSupplierSourceService. -
Uses of ServiceFactory in net.officefloor.spring.data
Classes in net.officefloor.spring.data that implement ServiceFactory Modifier and Type Class Description classSpringDataExtensionSpring dataSpringSupplierExtension. -
Uses of ServiceFactory in net.officefloor.spring.extension
Subinterfaces of ServiceFactory in net.officefloor.spring.extension Modifier and Type Interface Description interfaceSpringSupplierExtensionServiceFactoryServiceFactoryfor theSpringSupplierExtension. -
Uses of ServiceFactory in net.officefloor.spring.jaxrs
Classes in net.officefloor.spring.jaxrs that implement ServiceFactory Modifier and Type Class Description classJaxRsSpringSupplierExtensionJAX-RSSpringSupplierExtension. -
Uses of ServiceFactory in net.officefloor.spring.webflux
Classes in net.officefloor.spring.webflux that implement ServiceFactory Modifier and Type Class Description classWebFluxSpringSupplierExtensionWeb FluxSpringSupplierExtension.classWebFluxWoofExtensionServiceWoofExtensionServiceto service via Web Flux. -
Uses of ServiceFactory in net.officefloor.spring.webflux.procedure
Classes in net.officefloor.spring.webflux.procedure that implement ServiceFactory Modifier and Type Class Description classSpringWebFluxProcedureRegistryclassSpringWebFluxProcedureSourceWeb FluxControllerProcedureSource. -
Uses of ServiceFactory in net.officefloor.spring.webmvc
Classes in net.officefloor.spring.webmvc that implement ServiceFactory Modifier and Type Class Description classWebMvcServletSupplierExtensionWeb MVCServletSupplierExtension.classWebMvcSpringSupplierExtensionWeb MVCSpringSupplierExtension.classWebMvcWoofExtensionServiceWoofExtensionServiceto provide aServletcontainer. -
Uses of ServiceFactory in net.officefloor.spring.webmvc.procedure
Classes in net.officefloor.spring.webmvc.procedure that implement ServiceFactory Modifier and Type Class Description classSpringWebMvcProcedureRegistryclassSpringWebMvcProcedureSourceWeb MVCControllerProcedureSource. -
Uses of ServiceFactory in net.officefloor.test
Subinterfaces of ServiceFactory in net.officefloor.test Modifier and Type Interface Description interfaceTestDependencyServiceFactoryServiceFactoryfor theTestDependencyService. -
Uses of ServiceFactory in net.officefloor.tutorial.corshttpserver
Classes in net.officefloor.tutorial.corshttpserver that implement ServiceFactory Modifier and Type Class Description classCorsWebIntercepterServiceFactory -
Uses of ServiceFactory in net.officefloor.web.build
Subinterfaces of ServiceFactory in net.officefloor.web.build Modifier and Type Interface Description interfaceHttpInputExplorerServiceFactoryinterfaceHttpObjectParserServiceFactoryServiceFactoryfor theHttpObjectParserFactory.interfaceHttpObjectResponderServiceFactoryServiceFactoryfor theHttpObjectResponderFactory.interfaceWebInterceptServiceFactoryServiceFactoryto provide a singleMethodClassfor intercepting allHttpRequestinstances before they are serviced by WoOF. -
Uses of ServiceFactory in net.officefloor.web.executive
Classes in net.officefloor.web.executive that implement ServiceFactory Modifier and Type Class Description classWebThreadAffinityOfficeFloorExtensionService -
Uses of ServiceFactory in net.officefloor.web.json
Subinterfaces of ServiceFactory in net.officefloor.web.json Modifier and Type Interface Description interfaceObjectMapperParserDecoratorServiceFactoryinterfaceObjectMapperResponderDecoratorServiceFactoryClasses in net.officefloor.web.json that implement ServiceFactory Modifier and Type Class Description classJacksonHttpObjectParserServiceFactoryServiceFactoryfor JacksonHttpObjectParserServiceFactory.classJacksonHttpObjectResponderServiceFactoryJacksonHttpObjectResponderServiceFactory. -
Uses of ServiceFactory in net.officefloor.web.jwt.authority.jwks
Subinterfaces of ServiceFactory in net.officefloor.web.jwt.authority.jwks Modifier and Type Interface Description interfaceJwksKeyWriterServiceFactoryServiceFactoryto plug in variousJwksKeyWriterimplementations. -
Uses of ServiceFactory in net.officefloor.web.jwt.authority.jwks.parser
Classes in net.officefloor.web.jwt.authority.jwks.parser that implement ServiceFactory Modifier and Type Class Description classRsaPrivateJwksKeyParserServiceFactoryRSAPrivateKeyJwksKeyParserServiceFactory.classSecretJwksKeyParserServiceFactorySecretKeySpecJwksKeyParserServiceFactory. -
Uses of ServiceFactory in net.officefloor.web.jwt.authority.jwks.writer
Classes in net.officefloor.web.jwt.authority.jwks.writer that implement ServiceFactory Modifier and Type Class Description classRsaPrivateJwksKeyWriterServiceFactoryRSAPrivateKeyJwksKeyWriterServiceFactory.classRsaPublicJwksKeyWriterServiceFactoryRSAPublicKeyJwksKeyWriterServiceFactory.classSecretJwksKeyWriterServiceFactorySecretKeySpecJwksKeyWriterServiceFactory. -
Uses of ServiceFactory in net.officefloor.web.jwt.jwks
Subinterfaces of ServiceFactory in net.officefloor.web.jwt.jwks Modifier and Type Interface Description interfaceJwksKeyParserServiceFactoryServiceFactoryto plug in variousJwksKeyParserimplementations. -
Uses of ServiceFactory in net.officefloor.web.jwt.jwks.parser
Classes in net.officefloor.web.jwt.jwks.parser that implement ServiceFactory Modifier and Type Class Description classRsaPublicJwksKeyParserServiceFactoryRSAPublicKeyJwksKeyParserServiceFactory. -
Uses of ServiceFactory in net.officefloor.web.openapi
Classes in net.officefloor.web.openapi that implement ServiceFactory Modifier and Type Class Description classOpenApiWoofExtensionServiceWoofExtensionServiceto configure OpenAPI specification. -
Uses of ServiceFactory in net.officefloor.web.openapi.operation
Subinterfaces of ServiceFactory in net.officefloor.web.openapi.operation Modifier and Type Interface Description interfaceOpenApiOperationExtensionServiceFactoryServiceFactoryfor theOpenApiOperationExtension. -
Uses of ServiceFactory in net.officefloor.web.openapi.response
Classes in net.officefloor.web.openapi.response that implement ServiceFactory Modifier and Type Class Description classObjectResponseClassDependencyManufacturerServiceFactoryClassDependencyManufacturerServiceFactoryto provide enriched annotations for theObjectResponse. -
Uses of ServiceFactory in net.officefloor.web.openapi.security
Subinterfaces of ServiceFactory in net.officefloor.web.openapi.security Modifier and Type Interface Description interfaceOpenApiSecurityExtensionServiceFactoryClasses in net.officefloor.web.openapi.security that implement ServiceFactory Modifier and Type Class Description classBasicOpenApiSecurityExtensionOpenApiSecurityExtensionforbasicauthentication.classJwtOpenApiSecurityExtensionOpenApiSecurityExtensionforbasicauthentication. -
Uses of ServiceFactory in net.officefloor.web.resource.build
Classes in net.officefloor.web.resource.build that implement ServiceFactory Modifier and Type Class Description classTemporaryDirectoryFileCacheServiceTemporary directoryFileCacheService. -
Uses of ServiceFactory in net.officefloor.web.resource.classpath
Classes in net.officefloor.web.resource.classpath that implement ServiceFactory Modifier and Type Class Description classClasspathResourceSystemServiceResourceSystemFactoryto create aResourceSystemfrom the class path. -
Uses of ServiceFactory in net.officefloor.web.resource.file
Classes in net.officefloor.web.resource.file that implement ServiceFactory Modifier and Type Class Description classFileResourceSystemServiceResourceSystemFactorybacked by files. -
Uses of ServiceFactory in net.officefloor.web.resource.spi
Subinterfaces of ServiceFactory in net.officefloor.web.resource.spi Modifier and Type Interface Description interfaceFileCacheServiceServiceFactoryfor theFileCacheFactory.interfaceResourceSystemServiceServiceFactoryinterface for providing aResourceSystemFactory.interfaceResourceTransformerServiceServiceFactoryfor theResourceTransformerFactory. -
Uses of ServiceFactory in net.officefloor.webapp
Classes in net.officefloor.webapp that implement ServiceFactory Modifier and Type Class Description classWebAppOfficeFloorCompilerConfigurationServiceFactoryLoads theClassLoaderfor WAR.classWebAppWoofExtensionServiceWoofExtensionServiceto configureServletManager. -
Uses of ServiceFactory in net.officefloor.woof
Subinterfaces of ServiceFactory in net.officefloor.woof Modifier and Type Interface Description interfaceWoofExtensionServiceFactoryServiceFactoryfor theWoofExtensionService.Classes in net.officefloor.woof that implement ServiceFactory Modifier and Type Class Description classWoofLoaderOfficeExtensionServiceOfficeExtensionServicefor theWoofLoader.classWoofLoaderOfficeFloorExtensionServiceOfficeFloorExtensionServicefor theWoofLoader. -
Uses of ServiceFactory in net.officefloor.woof.template
Subinterfaces of ServiceFactory in net.officefloor.woof.template Modifier and Type Interface Description interfaceWoofTemplateExtensionSourceServiceServiceFactoryfor providing aWoofTemplateExtensionSource.
-