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_MAP

    Fields inherited from interface systems.dennis.shared.controller.items.magic.MagicList

    pojoListCache

    Fields inherited from interface systems.dennis.shared.controller.forms.Serviceable

    log
  • Constructor Summary

    Constructors
    Constructor
    Description
    VirtualLoginPasswordController(systems.dennis.shared.config.WebContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class systems.dennis.shared.utils.ApplicationContext

    canEqual, equals, getBean, getContext, getCurrentUser, getDefaultLogger, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface systems.dennis.shared.controller.items.AbstractSelfItemsListController

    getData, modifySearchSpecification, onEmpty

    Methods inherited from interface systems.dennis.shared.controller.items.Contextable

    getContext

    Methods inherited from interface systems.dennis.shared.postgres.controller.DeleteItemController

    delete, deleteItems

    Methods inherited from interface systems.dennis.shared.controller.items.magic.MagicList

    copyTo, download, fetchData, fetchFile, fetchForm, getDefaultField, getDescription, getPojoList, objectDetails

    Methods inherited from interface systems.dennis.shared.controller.forms.Serviceable

    getContext, getForm, getLog, getModel, getServiceClass

    Methods inherited from interface systems.dennis.shared.controller.items.Transformable

    afterTransformToDBType, afterTransformToForm, fromForm, getClassDescription, getContext, toForm, toFormPage, transformValueToFormType, transformValueToModelType, transformValueToTargetType
  • Constructor Details

    • VirtualLoginPasswordController

      public VirtualLoginPasswordController(systems.dennis.shared.config.WebContext context)
  • Method Details