Uses of Class
uk.gov.gchq.gaffer.rest.factory.spring.AbstractUserFactory
-
Packages that use AbstractUserFactory Package Description uk.gov.gchq.gaffer.rest.config uk.gov.gchq.gaffer.rest.controller uk.gov.gchq.gaffer.rest.factory.spring uk.gov.gchq.gaffer.rest.handler -
-
Uses of AbstractUserFactory in uk.gov.gchq.gaffer.rest.config
Methods in uk.gov.gchq.gaffer.rest.config that return AbstractUserFactory Modifier and Type Method Description AbstractUserFactory
FactoryConfig. createUserFactory()
Constructors in uk.gov.gchq.gaffer.rest.config with parameters of type AbstractUserFactory Constructor Description GremlinWebSocketConfig(org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource g, AbstractUserFactory userFactory, Long requestTimeout)
-
Uses of AbstractUserFactory in uk.gov.gchq.gaffer.rest.controller
Constructors in uk.gov.gchq.gaffer.rest.controller with parameters of type AbstractUserFactory Constructor Description GremlinController(org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource g, AbstractUserFactory userFactory, Long requestTimeout)
JobController(GraphFactory graphFactory, AbstractUserFactory userFactory)
OperationController(GraphFactory graphFactory, AbstractUserFactory userFactory, ExamplesFactory examplesFactory)
-
Uses of AbstractUserFactory in uk.gov.gchq.gaffer.rest.factory.spring
Subclasses of AbstractUserFactory in uk.gov.gchq.gaffer.rest.factory.spring Modifier and Type Class Description class
UnknownUserFactory
Default implementation of theAbstractUserFactory
. -
Uses of AbstractUserFactory in uk.gov.gchq.gaffer.rest.handler
Constructors in uk.gov.gchq.gaffer.rest.handler with parameters of type AbstractUserFactory Constructor Description GremlinWebSocketHandler(org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource g, AbstractUserFactory userFactory, Long requestTimeout)
Constructor
-