Uses of Interface
uk.gov.gchq.gaffer.rest.factory.UserFactory
-
Packages that use UserFactory Package Description uk.gov.gchq.gaffer.rest.factory uk.gov.gchq.gaffer.rest.factory.spring -
-
Uses of UserFactory in uk.gov.gchq.gaffer.rest.factory
Classes in uk.gov.gchq.gaffer.rest.factory that implement UserFactory Modifier and Type Class Description class
UnknownUserFactory
Default implementation of theUserFactory
interface.Methods in uk.gov.gchq.gaffer.rest.factory that return UserFactory Modifier and Type Method Description static UserFactory
UserFactory. createUserFactory()
-
Uses of UserFactory in uk.gov.gchq.gaffer.rest.factory.spring
Classes in uk.gov.gchq.gaffer.rest.factory.spring that implement UserFactory Modifier and Type Class Description class
AbstractUserFactory
The base abstractUserFactory
implementation for the spring rest API.class
UnknownUserFactory
Default implementation of theAbstractUserFactory
.
-