Package org.hippoecm.frontend.service
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 String
SERVICE_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
logout()
Logs out from the current web application.
-
-
-
Field Detail
-
SERVICE_ID
static final String SERVICE_ID
- See Also:
- Constant Field Values
-
-