Package net.officefloor.web.security
Interface AuthenticateRequest
-
public interface AuthenticateRequest
Request for logging out.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
authenticateComplete(java.lang.Throwable failure)
Notifies the requester that the authenticate attempt has completed.
-
-
-
Method Detail
-
authenticateComplete
void authenticateComplete(java.lang.Throwable failure)
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 nullThrowable
does not necessarily mean authentication was successful (just the attempt has complete).
-
-