Class AMLogoutCommand

  • All Implemented Interfaces:
    com.iplanet.jato.command.Command

    public class AMLogoutCommand
    extends Object
    implements com.iplanet.jato.command.Command
    Handles the event when the logout button is clicked. All that needs to happen is get the logout URL and redirect to that value.
    • Constructor Detail

      • AMLogoutCommand

        public AMLogoutCommand()
    • Method Detail

      • execute

        public void execute​(com.iplanet.jato.command.CommandEvent event)
                     throws com.iplanet.jato.command.CommandException
        Specified by:
        execute in interface com.iplanet.jato.command.Command
        Throws:
        com.iplanet.jato.command.CommandException