Package com.sodius.oslc.server.core
Facilities for discovering users defined in an application and handling friend rehosting.
- Since:
- 3.1.0
-
Class Summary Class Description DisposeManager A central place to register commands to execute when the application is shutdown, which is when it callsDisposeManager.dispose()
.FriendRehostingManager Manages the re-hosting of a friend application.FriendRehostingPreview Encapsulates results of a friend re-hosting preview.PersonStore Manages persistence of Person. -
Enum Summary Enum Description FriendRehostingManager.LogLevel Available logging levels.FriendRehostingManager.Status The possible re-hostingTask
s' status. -
Exception Summary Exception Description FriendRehostingException Thrown when a problem with the re-hosting (control) task occurs.PersonStoreException Thrown when a problem with thePersonStore
occurs.