Package net.officefloor.web.security
Interface LogoutRequest
-
public interface LogoutRequest
Request for logging out.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
logoutComplete(java.lang.Throwable failure)
Notifies the requester that the log out has completed.
-