Interface ILogoutService

All Superinterfaces:
org.apache.wicket.util.io.IClusterable, Serializable
All Known Implementing Classes:
CmsLogoutService

public interface ILogoutService extends org.apache.wicket.util.io.IClusterable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Logs out from the current web application.
  • Field Details

  • Method Details

    • logout

      void logout()
      Logs out from the current web application.