Package com.okta.spring.example.helpers
Class HomeHelper
- java.lang.Object
-
- com.okta.spring.example.helpers.HomeHelper
-
@Component public class HomeHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HomeHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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.
-
-