Package net.officefloor.web.security
Interface AuthenticateRequest
public interface AuthenticateRequest
Request for logging out.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidauthenticateComplete(Throwable failure) Notifies the requester that the authenticate attempt has completed.
-
Method Details
-
authenticateComplete
Notifies the requester that the authenticate attempt has completed.- Parameters:
failure- On failure to authenticate it will be the cause of the failure. Note that a nullThrowabledoes not necessarily mean authentication was successful (just the attempt has complete).
-