Package systems.dennis.auth.controller
Class LoginHistoryController
java.lang.Object
systems.dennis.shared.utils.ApplicationContext
systems.dennis.auth.controller.LoginHistoryController
- All Implemented Interfaces:
systems.dennis.shared.controller.forms.Serviceable<LoginHistory,,Long> systems.dennis.shared.controller.items.AbstractSelfItemsListController<LoginHistory,,LoginHistoryForm, Long> systems.dennis.shared.controller.items.Contextable,systems.dennis.shared.controller.items.magic.MagicList<LoginHistory,,Long> systems.dennis.shared.controller.items.Transformable<LoginHistory,LoginHistoryForm>
@RestController
@RequestMapping("/api/v2/auth/login_history")
@CrossOrigin
public class LoginHistoryController
extends systems.dennis.shared.utils.ApplicationContext
implements systems.dennis.shared.controller.items.AbstractSelfItemsListController<LoginHistory,LoginHistoryForm,Long>
-
Field Summary
Fields inherited from class systems.dennis.shared.utils.ApplicationContext
CREATED_FIELDS_MAPFields inherited from interface systems.dennis.shared.controller.items.magic.MagicList
pojoListCacheFields inherited from interface systems.dennis.shared.controller.forms.Serviceable
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class systems.dennis.shared.utils.ApplicationContext
canEqual, equals, getBean, getContext, getCurrentUser, getDefaultLogger, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface systems.dennis.shared.controller.items.AbstractSelfItemsListController
getData, modifySearchSpecification, onEmptyMethods inherited from interface systems.dennis.shared.controller.items.Contextable
getContextMethods inherited from interface systems.dennis.shared.controller.items.magic.MagicList
copyTo, download, fetchData, fetchFile, fetchForm, getDefaultField, getDescription, getPojoList, objectDetailsMethods inherited from interface systems.dennis.shared.controller.forms.Serviceable
getContext, getForm, getLog, getModel, getService, getServiceClassMethods inherited from interface systems.dennis.shared.controller.items.Transformable
afterTransformToDBType, afterTransformToForm, fromForm, getClassDescription, getContext, toForm, toFormPage, transformValueToFormType, transformValueToModelType, transformValueToTargetType
-
Constructor Details