Class HelloLogic
- java.lang.Object
-
- net.officefloor.tutorial.authenticationhttpserver.HelloLogic
-
public class HelloLogic extends java.lang.Object
Logic forhello
page.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HelloLogic.TemplateData
-
Constructor Summary
Constructors Constructor Description HelloLogic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HelloLogic.TemplateData
getTemplateData(HttpAccessControl accessControl)
void
logout(HttpAuthentication<?> authentication)
-
-
-
Method Detail
-
getTemplateData
@HttpAccess public HelloLogic.TemplateData getTemplateData(HttpAccessControl accessControl)
-
logout
@Next("LoggedOut") public void logout(HttpAuthentication<?> authentication)
-
-