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 interface
ProcedureSourceServiceFactory
ServiceFactory
to loadProcedureSource
. -
Uses of ServiceFactory in net.officefloor.compile
Subinterfaces of ServiceFactory in net.officefloor.compile Modifier and Type Interface Description interface
AdministrationSourceServiceFactory
interface
GovernanceSourceServiceFactory
ServiceFactory
for theGovernanceSourceService
.interface
ManagedFunctionSourceServiceFactory
interface
ManagedObjectPoolSourceServiceFactory
interface
ManagedObjectSourceServiceFactory
ServiceFactory
for theManagedObjectSourceService
.interface
OfficeFloorCompilerConfigurerServiceFactory
interface
OfficeSourceServiceFactory
ServiceFactory
for theOfficeSourceService
.interface
SectionSourceServiceFactory
ServiceFactory
for theSectionSourceService
.interface
SupplierSourceServiceFactory
ServiceFactory
for theSupplierSourceService
.interface
TeamSourceServiceFactory
ServiceFactory
for theTeamSourceService
. -
Uses of ServiceFactory in net.officefloor.compile.classes
Subinterfaces of ServiceFactory in net.officefloor.compile.classes Modifier and Type Interface Description interface
ClassPathScannerServiceFactory
ServiceFactory
for 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 interface
OfficeExtensionServiceFactory
ServiceFactory
for 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 interface
OfficeFloorExtensionServiceFactory
-
Uses of ServiceFactory in net.officefloor.flyway
Subinterfaces of ServiceFactory in net.officefloor.flyway Modifier and Type Interface Description interface
FlywayConfigurerServiceFactory
ServiceFactory
for theFlywayConfigurer
. -
Uses of ServiceFactory in net.officefloor.flyway.migrate
Classes in net.officefloor.flyway.migrate that implement ServiceFactory Modifier and Type Class Description class
FlywayMigrateOfficeExtensionService
OfficeExtensionService
to undertakeFlyway
migration. -
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 potentialServiceFactory
requiring the property.Constructors in net.officefloor.frame.api.source with parameters of type ServiceFactory Constructor Description AbstractSourceError(AbstractSourceError error, ServiceFactory<?> serviceFactory)
Instantiate to propagateServiceFactory
source 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 class
ManualProcedureSourceServiceFactory
ManualProcedureSourceServiceFactory
. -
Uses of ServiceFactory in net.officefloor.javascript
Classes in net.officefloor.javascript that implement ServiceFactory Modifier and Type Class Description class
JavaScriptProcedureSourceServiceFactory
JavaScript functionProcedureSourceServiceFactory
. -
Uses of ServiceFactory in net.officefloor.jaxrs
Classes in net.officefloor.jaxrs that implement ServiceFactory Modifier and Type Class Description class
JaxRsSupplierSourceService
JAX-RSSupplierSourceService
. -
Uses of ServiceFactory in net.officefloor.jaxrs.procedure
Classes in net.officefloor.jaxrs.procedure that implement ServiceFactory Modifier and Type Class Description class
JaxRsProcedureSource
JAX-RSProcedureSource
. -
Uses of ServiceFactory in net.officefloor.jdbc.datasource
Subinterfaces of ServiceFactory in net.officefloor.jdbc.datasource Modifier and Type Interface Description interface
DataSourceTransformerServiceFactory
ServiceFactory
for theDataSourceTransformer
. -
Uses of ServiceFactory in net.officefloor.jdbc.decorate
Subinterfaces of ServiceFactory in net.officefloor.jdbc.decorate Modifier and Type Interface Description interface
ConnectionDecoratorServiceFactory
ServiceFactory
for theConnectionDecorator
.interface
PooledConnectionDecoratorServiceFactory
ServiceFactory
for 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 class
H2ResetTestDependencyService
TestDependencyService
providing theH2Reset
. -
Uses of ServiceFactory in net.officefloor.jdbc.hikari
Classes in net.officefloor.jdbc.hikari that implement ServiceFactory Modifier and Type Class Description class
HikariDataSourceTransformer
Wraps theDataSource
withHikariDataSource
for pooling. -
Uses of ServiceFactory in net.officefloor.jdbc.test
Classes in net.officefloor.jdbc.test that implement ServiceFactory Modifier and Type Class Description class
ValidateConnectionDecorator
ConnectionDecorator
to validate theConnection
instances.class
ValidatePooledConnectionDecorator
PooledConnectionDecorator
to validate thePooledConnection
instances. -
Uses of ServiceFactory in net.officefloor.kotlin
Classes in net.officefloor.kotlin that implement ServiceFactory Modifier and Type Class Description class
KotlinDataObjectMapperParserDecoratorServiceFactory
Kotlin DataObjectMapperParserDecoratorServiceFactory
.class
KotlinProcedureSourceServiceFactory
KotlinProcedureSourceServiceFactory
. -
Uses of ServiceFactory in net.officefloor.model.impl.office
Classes in net.officefloor.model.impl.office that implement ServiceFactory Modifier and Type Class Description class
OfficeModelOfficeSource
-
Uses of ServiceFactory in net.officefloor.model.impl.section
Classes in net.officefloor.model.impl.section that implement ServiceFactory Modifier and Type Class Description class
SectionModelSectionSource
SectionSource
for aSectionModel
. -
Uses of ServiceFactory in net.officefloor.nosql.cosmosdb
Subinterfaces of ServiceFactory in net.officefloor.nosql.cosmosdb Modifier and Type Interface Description interface
CosmosDbServiceFactory
ServiceFactory
for theCosmosDbFactory
.interface
CosmosEntityLocatorServiceFactory
ServiceFactory
for theCosmosEntityLocator
. -
Uses of ServiceFactory in net.officefloor.nosql.dynamodb
Subinterfaces of ServiceFactory in net.officefloor.nosql.dynamodb Modifier and Type Interface Description interface
AmazonDynamoDbServiceFactory
ServiceFactory
for theAmazonDynamoDbFactory
.interface
DynamoEntityLocatorServiceFactory
ServiceFactory
for theDynamoEntityLocator
. -
Uses of ServiceFactory in net.officefloor.nosql.objectify
Subinterfaces of ServiceFactory in net.officefloor.nosql.objectify Modifier and Type Interface Description interface
ObjectifyEntityLocatorServiceFactory
-
Uses of ServiceFactory in net.officefloor.plugin.administration.clazz
Classes in net.officefloor.plugin.administration.clazz that implement ServiceFactory Modifier and Type Class Description class
ClassAdministrationSource
AdministrationSource
that 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 interface
ClassConstructorInterrogatorServiceFactory
-
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 class
DependencyClassConstructorInterrogator
-
Uses of ServiceFactory in net.officefloor.plugin.clazz.dependency
Subinterfaces of ServiceFactory in net.officefloor.plugin.clazz.dependency Modifier and Type Interface Description interface
ClassDependencyManufacturerServiceFactory
-
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 interface
ClassInjectionInterrogatorServiceFactory
ServiceFactory
for 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 class
DependencyClassInjectionInterrogator
class
FlowInterfaceClassInjectionInterrogator
class
InitClassInjectionInterrogator
class
ManagedObjectClassInjectionInterrogator
-
Uses of ServiceFactory in net.officefloor.plugin.clazz.method
Subinterfaces of ServiceFactory in net.officefloor.plugin.clazz.method Modifier and Type Interface Description interface
MethodReturnManufacturerServiceFactory
ServiceFactory
for theMethodReturnManufacturer
. -
Uses of ServiceFactory in net.officefloor.plugin.clazz.qualifier
Subinterfaces of ServiceFactory in net.officefloor.plugin.clazz.qualifier Modifier and Type Interface Description interface
TypeQualifierInterrogatorServiceFactory
Context 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 class
QualifierTypeQualifierInterrogator
TypeQualifierInterrogator
for 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 class
ClassGovernanceSource
-
Uses of ServiceFactory in net.officefloor.plugin.managedfunction.clazz
Classes in net.officefloor.plugin.managedfunction.clazz that implement ServiceFactory Modifier and Type Class Description class
ClassManagedFunctionSource
-
Uses of ServiceFactory in net.officefloor.plugin.managedobject.clazz
Classes in net.officefloor.plugin.managedobject.clazz that implement ServiceFactory Modifier and Type Class Description class
ClassManagedObjectSource
ManagedObjectSource
that manages anObject
via 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 class
ClassSectionSource
Class
SectionSource
. -
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 interface
ClassSectionFlowManufacturerServiceFactory
-
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 class
NextClassSectionFlowManufacturer
class
SubSectionClassSectionFlowManufacturer
-
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 interface
ClassSectionObjectManufacturerServiceFactory
-
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 class
ManagedObjectSectionClassObjectManufacturer
class
VariableSectionClassObjectManufacturer
-
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 interface
ClassSectionParameterInterrogatorServiceFactory
-
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 class
ParameterAnnotationClassSectionParameterInterrogator
class
ParameterClassSectionParameterInterrogator
-
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 interface
ClassSectionFlowSpawnInterrogatorServiceFactory
-
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 class
SpawnClassSectionFlowSpawnInterrogator
-
Uses of ServiceFactory in net.officefloor.plugin.team
Classes in net.officefloor.plugin.team that implement ServiceFactory Modifier and Type Class Description class
OnePersonTeamSourceService
class
PassiveTeamSourceService
class
ThreadLocalAwareTeamSourceService
class
WorkerPerJobTeamSourceService
-
Uses of ServiceFactory in net.officefloor.plugin.variable
Classes in net.officefloor.plugin.variable that implement ServiceFactory Modifier and Type Class Description class
VariableOfficeExtensionService
-
Uses of ServiceFactory in net.officefloor.reactor
Classes in net.officefloor.reactor that implement ServiceFactory Modifier and Type Class Description class
ReactorMethodReturnManufacturerServiceFactory<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 class
ScalaObjectMapperParserDecoratorServiceFactory
class
ScalaObjectMapperResponderDecoratorServiceFactory
class
ScalaProcedureSourceServiceFactory
-
Uses of ServiceFactory in net.officefloor.script
Classes in net.officefloor.script that implement ServiceFactory Modifier and Type Class Description class
AbstractScriptProcedureSourceServiceFactory
ProcedureSourceServiceFactory
providing 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 class
GoogleAppEngineOfficeFloorExtensionService
-
Uses of ServiceFactory in net.officefloor.server.aws.sam
Classes in net.officefloor.server.aws.sam that implement ServiceFactory Modifier and Type Class Description class
SamHttpServerImplementation
AWS SAMHttpServerImplementation
.class
SamOfficeExtensionService
AWS SAMOfficeExtensionService
. -
Uses of ServiceFactory in net.officefloor.server.http
Subinterfaces of ServiceFactory in net.officefloor.server.http Modifier and Type Interface Description interface
HttpServerImplementationFactory
ServiceFactory
for 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 class
NettyHttpServerImplementation
NettyHttpServerImplementation
. -
Uses of ServiceFactory in net.officefloor.server.http.servlet
Classes in net.officefloor.server.http.servlet that implement ServiceFactory Modifier and Type Class Description class
HttpServletHttpServerImplementation
HttpServerImplementation
to validate tests.class
HttpServletOfficeExtensionService
OfficeExtensionService
for 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 class
UndertowHttpServerImplementation
UndertowHttpServerImplementation
. -
Uses of ServiceFactory in net.officefloor.server.servlet.test
Classes in net.officefloor.server.servlet.test that implement ServiceFactory Modifier and Type Class Description class
MockServerOfficeExtensionService
OfficeExtensionService
to mockHttpServer
setup.class
MockServerOfficeFloorExtensionService
OfficeFloorExtensionService
to mockHttpServer
setup. -
Uses of ServiceFactory in net.officefloor.servlet.inject
Subinterfaces of ServiceFactory in net.officefloor.servlet.inject Modifier and Type Interface Description interface
FieldDependencyExtractorServiceFactory
ServiceFactory
for theFieldDependencyExtractor
.Classes in net.officefloor.servlet.inject that implement ServiceFactory Modifier and Type Class Description class
DependencyFieldDependencyExtractor
class
InjectFieldDependencyExtractor
Inject
FieldDependencyExtractor
. -
Uses of ServiceFactory in net.officefloor.servlet.procedure
Classes in net.officefloor.servlet.procedure that implement ServiceFactory Modifier and Type Class Description class
FilterProcedureSource
Filter
ProcedureSource
.class
ServletProcedureSource
Servlet
ProcedureSource
. -
Uses of ServiceFactory in net.officefloor.servlet.supply
Classes in net.officefloor.servlet.supply that implement ServiceFactory Modifier and Type Class Description class
ServletWoofExtensionService
WoofExtensionService
to provide aServlet
container. -
Uses of ServiceFactory in net.officefloor.servlet.supply.extension
Subinterfaces of ServiceFactory in net.officefloor.servlet.supply.extension Modifier and Type Interface Description interface
ServletSupplierExtensionServiceFactory
ServiceFactory
for theServletSupplierExtension
. -
Uses of ServiceFactory in net.officefloor.spring
Classes in net.officefloor.spring that implement ServiceFactory Modifier and Type Class Description class
SpringSupplierSourceService
SpringSupplierSourceService
. -
Uses of ServiceFactory in net.officefloor.spring.data
Classes in net.officefloor.spring.data that implement ServiceFactory Modifier and Type Class Description class
SpringDataExtension
Spring dataSpringSupplierExtension
. -
Uses of ServiceFactory in net.officefloor.spring.extension
Subinterfaces of ServiceFactory in net.officefloor.spring.extension Modifier and Type Interface Description interface
SpringSupplierExtensionServiceFactory
ServiceFactory
for theSpringSupplierExtension
. -
Uses of ServiceFactory in net.officefloor.spring.jaxrs
Classes in net.officefloor.spring.jaxrs that implement ServiceFactory Modifier and Type Class Description class
JaxRsSpringSupplierExtension
JAX-RSSpringSupplierExtension
. -
Uses of ServiceFactory in net.officefloor.spring.webflux
Classes in net.officefloor.spring.webflux that implement ServiceFactory Modifier and Type Class Description class
WebFluxSpringSupplierExtension
Web FluxSpringSupplierExtension
.class
WebFluxWoofExtensionService
WoofExtensionService
to 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 class
SpringWebFluxProcedureRegistry
class
SpringWebFluxProcedureSource
Web FluxController
ProcedureSource
. -
Uses of ServiceFactory in net.officefloor.spring.webmvc
Classes in net.officefloor.spring.webmvc that implement ServiceFactory Modifier and Type Class Description class
WebMvcServletSupplierExtension
Web MVCServletSupplierExtension
.class
WebMvcSpringSupplierExtension
Web MVCSpringSupplierExtension
.class
WebMvcWoofExtensionService
WoofExtensionService
to provide aServlet
container. -
Uses of ServiceFactory in net.officefloor.spring.webmvc.procedure
Classes in net.officefloor.spring.webmvc.procedure that implement ServiceFactory Modifier and Type Class Description class
SpringWebMvcProcedureRegistry
class
SpringWebMvcProcedureSource
Web MVCController
ProcedureSource
. -
Uses of ServiceFactory in net.officefloor.test
Subinterfaces of ServiceFactory in net.officefloor.test Modifier and Type Interface Description interface
TestDependencyServiceFactory
ServiceFactory
for theTestDependencyService
. -
Uses of ServiceFactory in net.officefloor.tutorial.corshttpserver
Classes in net.officefloor.tutorial.corshttpserver that implement ServiceFactory Modifier and Type Class Description class
CorsWebIntercepterServiceFactory
-
Uses of ServiceFactory in net.officefloor.web.build
Subinterfaces of ServiceFactory in net.officefloor.web.build Modifier and Type Interface Description interface
HttpInputExplorerServiceFactory
interface
HttpObjectParserServiceFactory
ServiceFactory
for theHttpObjectParserFactory
.interface
HttpObjectResponderServiceFactory
ServiceFactory
for theHttpObjectResponderFactory
.interface
WebInterceptServiceFactory
ServiceFactory
to provide a singleMethod
Class
for intercepting allHttpRequest
instances 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 class
WebThreadAffinityOfficeFloorExtensionService
-
Uses of ServiceFactory in net.officefloor.web.json
Subinterfaces of ServiceFactory in net.officefloor.web.json Modifier and Type Interface Description interface
ObjectMapperParserDecoratorServiceFactory
interface
ObjectMapperResponderDecoratorServiceFactory
Classes in net.officefloor.web.json that implement ServiceFactory Modifier and Type Class Description class
JacksonHttpObjectParserServiceFactory
ServiceFactory
for JacksonHttpObjectParserServiceFactory
.class
JacksonHttpObjectResponderServiceFactory
JacksonHttpObjectResponderServiceFactory
. -
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 interface
JwksKeyWriterServiceFactory
ServiceFactory
to plug in variousJwksKeyWriter
implementations. -
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 class
RsaPrivateJwksKeyParserServiceFactory
RSAPrivateKey
JwksKeyParserServiceFactory
.class
SecretJwksKeyParserServiceFactory
SecretKeySpec
JwksKeyParserServiceFactory
. -
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 class
RsaPrivateJwksKeyWriterServiceFactory
RSAPrivateKey
JwksKeyWriterServiceFactory
.class
RsaPublicJwksKeyWriterServiceFactory
RSAPublicKey
JwksKeyWriterServiceFactory
.class
SecretJwksKeyWriterServiceFactory
SecretKeySpec
JwksKeyWriterServiceFactory
. -
Uses of ServiceFactory in net.officefloor.web.jwt.jwks
Subinterfaces of ServiceFactory in net.officefloor.web.jwt.jwks Modifier and Type Interface Description interface
JwksKeyParserServiceFactory
ServiceFactory
to plug in variousJwksKeyParser
implementations. -
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 class
RsaPublicJwksKeyParserServiceFactory
RSAPublicKey
JwksKeyParserServiceFactory
. -
Uses of ServiceFactory in net.officefloor.web.openapi
Classes in net.officefloor.web.openapi that implement ServiceFactory Modifier and Type Class Description class
OpenApiWoofExtensionService
WoofExtensionService
to 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 interface
OpenApiOperationExtensionServiceFactory
ServiceFactory
for 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 class
ObjectResponseClassDependencyManufacturerServiceFactory
ClassDependencyManufacturerServiceFactory
to 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 interface
OpenApiSecurityExtensionServiceFactory
Classes in net.officefloor.web.openapi.security that implement ServiceFactory Modifier and Type Class Description class
BasicOpenApiSecurityExtension
OpenApiSecurityExtension
forbasic
authentication.class
JwtOpenApiSecurityExtension
OpenApiSecurityExtension
forbasic
authentication. -
Uses of ServiceFactory in net.officefloor.web.resource.build
Classes in net.officefloor.web.resource.build that implement ServiceFactory Modifier and Type Class Description class
TemporaryDirectoryFileCacheService
Temporary 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 class
ClasspathResourceSystemService
ResourceSystemFactory
to create aResourceSystem
from 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 class
FileResourceSystemService
ResourceSystemFactory
backed 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 interface
FileCacheService
ServiceFactory
for theFileCacheFactory
.interface
ResourceSystemService
ServiceFactory
interface for providing aResourceSystemFactory
.interface
ResourceTransformerService
ServiceFactory
for theResourceTransformerFactory
. -
Uses of ServiceFactory in net.officefloor.webapp
Classes in net.officefloor.webapp that implement ServiceFactory Modifier and Type Class Description class
WebAppOfficeFloorCompilerConfigurationServiceFactory
Loads theClassLoader
for WAR.class
WebAppWoofExtensionService
WoofExtensionService
to configureServletManager
. -
Uses of ServiceFactory in net.officefloor.woof
Subinterfaces of ServiceFactory in net.officefloor.woof Modifier and Type Interface Description interface
WoofExtensionServiceFactory
ServiceFactory
for theWoofExtensionService
.Classes in net.officefloor.woof that implement ServiceFactory Modifier and Type Class Description class
WoofLoaderOfficeExtensionService
OfficeExtensionService
for theWoofLoader
.class
WoofLoaderOfficeFloorExtensionService
OfficeFloorExtensionService
for theWoofLoader
. -
Uses of ServiceFactory in net.officefloor.woof.template
Subinterfaces of ServiceFactory in net.officefloor.woof.template Modifier and Type Interface Description interface
WoofTemplateExtensionSourceService
ServiceFactory
for providing aWoofTemplateExtensionSource
.
-