Class LogoutCommand

java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.security.LogoutCommand
All Implemented Interfaces:
Command

public class LogoutCommand extends AbstractCommand
A Web Site Command to log off the user. If a superuser is currently impersonating a user, then the impersonation will end and the user will revert back to their true credentials.
Since:
1.0
Version:
6.0
Author:
Luke
  • Constructor Details

    • LogoutCommand

      public LogoutCommand()
  • Method Details