Class LoginSessionController

java.lang.Object
tech.corefinance.userprofile.common.controller.LoginSessionController
All Implemented Interfaces:
tech.corefinance.common.controller.CrudController<String,CommonLoginSession<?>,CommonLoginSession<?>>, tech.corefinance.common.controller.CrudServiceAndController<String,CommonLoginSession<?>,CommonLoginSession<?>,CommonLoginSessionRepository<CommonLoginSession<?>>>, tech.corefinance.common.service.CommonService<String,CommonLoginSession<?>,CommonLoginSessionRepository<CommonLoginSession<?>>>

@RestController @RequestMapping("/login-sessions") @ControllerManagedResource("loginsession") @ConditionalOnProperty(prefix="tech.corefinance.security", name="authorize-check", havingValue="true", matchIfMissing=true) public class LoginSessionController extends Object implements tech.corefinance.common.controller.CrudServiceAndController<String,CommonLoginSession<?>,CommonLoginSession<?>,CommonLoginSessionRepository<CommonLoginSession<?>>>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface tech.corefinance.common.service.CommonService

    afterEntitySaved, afterItemDeleted, beforeItemDeleted, copyAdditionalPropertiesFromDtoToEntity, createEntityObject, createOrUpdateEntity, customEntityValidation, deleteEntity, findEntityClass, getEntityDetails, searchByTextAndPage, searchByTextAndSort, searchData

    Methods inherited from interface tech.corefinance.common.controller.CrudController

    createEntity, createOrUpdate, delete, getEntityConverter, search, updateEntity, viewDetails

    Methods inherited from interface tech.corefinance.common.controller.CrudServiceAndController

    getHandlingService