Package com.okta.spring.example.helpers
Class HomeHelper
java.lang.Object
com.okta.spring.example.helpers.HomeHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndView
proceedToHome
(TokenResponse tokenResponse, javax.servlet.http.HttpSession session) Go to the home page, setting the session, and creating the view.
-
Constructor Details
-
HomeHelper
public HomeHelper()
-
-
Method Details
-
proceedToHome
public org.springframework.web.servlet.ModelAndView proceedToHome(TokenResponse tokenResponse, javax.servlet.http.HttpSession session) Go to the home page, setting the session, and creating the view.- Parameters:
tokenResponse
- the token response referencesession
- the http session object- Returns:
- the ModelAndView for the home page.
-