Package systems.dennis.auth.controller
Class VirtualLoginPasswordController
java.lang.Object
systems.dennis.shared.utils.ApplicationContext
systems.dennis.auth.controller.VirtualLoginPasswordController
- All Implemented Interfaces:
systems.dennis.shared.controller.forms.Serviceable<VirtualLoginPassword,,Long> systems.dennis.shared.controller.items.AbstractDeleteItemController<VirtualLoginPassword,,Long> systems.dennis.shared.controller.items.AbstractSelfItemsListController<VirtualLoginPassword,,VirtualLoginPasswordForm, Long> systems.dennis.shared.controller.items.Contextable,systems.dennis.shared.controller.items.magic.MagicList<VirtualLoginPassword,,Long> systems.dennis.shared.controller.items.Transformable<VirtualLoginPassword,,VirtualLoginPasswordForm> systems.dennis.shared.postgres.controller.DeleteItemController<VirtualLoginPassword>
@RestController
@RequestMapping("/api/v2/auth/virtual")
@CrossOrigin
public class VirtualLoginPasswordController
extends systems.dennis.shared.utils.ApplicationContext
implements systems.dennis.shared.postgres.controller.DeleteItemController<VirtualLoginPassword>, systems.dennis.shared.controller.items.AbstractSelfItemsListController<VirtualLoginPassword,VirtualLoginPasswordForm,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
ConstructorsConstructorDescriptionVirtualLoginPasswordController(systems.dennis.shared.config.WebContext context) -
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.postgres.controller.DeleteItemController
delete, deleteItemsMethods 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, getServiceClassMethods inherited from interface systems.dennis.shared.controller.items.Transformable
afterTransformToDBType, afterTransformToForm, fromForm, getClassDescription, getContext, toForm, toFormPage, transformValueToFormType, transformValueToModelType, transformValueToTargetType
-
Constructor Details
-
Method Details
-
create
-
getService
- Specified by:
getServicein interfacesystems.dennis.shared.controller.forms.Serviceable<VirtualLoginPassword,Long>
-