Package net.officefloor.web.security
Interface LogoutRequest
public interface LogoutRequest
Request for logging out.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidlogoutComplete(Throwable failure) Notifies the requester that the log out has completed.
-
Method Details
-
logoutComplete
Notifies the requester that the log out has completed.- Parameters:
failure- On a successful logout this will benull. On failure to logout it will be the cause of the failure.
-