Package com.io7m.idstore.server.user_v1
Class IdU1Server
java.lang.Object
com.io7m.idstore.server.user_v1.IdU1Server
A user API v1 server.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.jetty.server.ServercreateUserAPIServer(IdServiceDirectoryType services) Create a user API v1 server.
-
Method Details
-
createUserAPIServer
public static org.eclipse.jetty.server.Server createUserAPIServer(IdServiceDirectoryType services) throws Exception Create a user API v1 server.- Parameters:
services- The service directory- Returns:
- A server
- Throws:
Exception- On errors
-