Uses of Class
edu.ksu.lti.launch.exception.NoLtiSessionException
-
Packages that use NoLtiSessionException Package Description edu.ksu.lti.launch.controller edu.ksu.lti.launch.oauth edu.ksu.lti.launch.service -
-
Uses of NoLtiSessionException in edu.ksu.lti.launch.controller
Methods in edu.ksu.lti.launch.controller that throw NoLtiSessionException Modifier and Type Method Description StringOauthController. oauthResponse(javax.servlet.http.HttpServletRequest request, String oauthCode, String state, String errorMsg)StringOauthController. startOauth(javax.servlet.http.HttpServletRequest request) -
Uses of NoLtiSessionException in edu.ksu.lti.launch.oauth
Methods in edu.ksu.lti.launch.oauth that throw NoLtiSessionException Modifier and Type Method Description edu.ksu.canvas.oauth.OauthTokenLtiLaunch. ensureApiTokenPresent()voidLtiLaunch. validateOAuthToken()Perform a trivial Canvas operation to verify if the OAuth Token is valid. -
Uses of NoLtiSessionException in edu.ksu.lti.launch.service
Methods in edu.ksu.lti.launch.service that throw NoLtiSessionException Modifier and Type Method Description LtiSessionLtiSessionService. getLtiSession()Get the LtiSession object from the HTTP session.
-