This is an illustration of an object diagram that shows some runtime objects related to the web user login process. Class instance login ctrl of the LoginController has several slots with structural features of Integer and String types and corresponding value specifications.
The instance of LoginController is also associated with instances of UserManager, CookieManager, and Logger. LoginController, UserManager, and HibernateUserDAO (Data Access Object) share a single instance of Logger.