Package net.officefloor.web.security
Interface AuthenticateRequest
-
public interface AuthenticateRequestRequest for logging out.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidauthenticateComplete(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 nullThrowabledoes not necessarily mean authentication was successful (just the attempt has complete).
-
-