Class InMemoryUserService

java.lang.Object
org.apache.directory.scim.server.it.testapp.InMemoryUserService
All Implemented Interfaces:
Repository<ScimUser>

@Named @ApplicationScoped public class InMemoryUserService extends Object implements Repository<ScimUser>
Creates a singleton (effectively) Repository with a memory-based persistence layer.
Author:
Chris Harm <crh5255@psu.edu>