Class IdSessionService<S extends IdSessionType>

java.lang.Object
com.io7m.idstore.server.service.sessions.IdSessionService<S>
Type Parameters:
S - The type of sessions
All Implemented Interfaces:
com.io7m.repetoir.core.RPServiceType
Direct Known Subclasses:
IdSessionAdminService, IdSessionUserService

public abstract class IdSessionService<S extends IdSessionType> extends Object implements com.io7m.repetoir.core.RPServiceType
A service to create and manage sessions.