Class DeleteUser

java.lang.Object
com.bws.jdistil.core.process.Processor
com.bws.jdistil.core.process.model.DeleteDataObject<Integer,com.bws.jdistil.security.user.User>
com.bws.jdistil.security.app.user.DeleteUser
All Implemented Interfaces:
com.bws.jdistil.core.process.IProcessor

public class DeleteUser extends com.bws.jdistil.core.process.model.DeleteDataObject<Integer,com.bws.jdistil.security.user.User>
Deletes a user using submitted data.
Author:
- Bryan Snipes
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new DeleteUser object.
  • Method Summary

    Methods inherited from class com.bws.jdistil.core.process.model.DeleteDataObject

    checkSecurityToken, process

    Methods inherited from class com.bws.jdistil.core.process.Processor

    findDataObject, findDataObjects, findDataObjects, forward, forward, getCurrentDomain, loadReferenceData, loadReferenceData, saveDataObject, setNextPage

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeleteUser

      public DeleteUser()
      Creates a new DeleteUser object.