Uses of Class
org.tsugi.lti13.objects.LaunchJWT
-
Packages that use LaunchJWT Package Description org.tsugi.lti13 -
-
Uses of LaunchJWT in org.tsugi.lti13
Methods in org.tsugi.lti13 with parameters of type LaunchJWT Modifier and Type Method Description static booleanLTI13Util. checkLTI11Transition(LaunchJWT lj, String key, String secret)Check the OAuth signature for an LTI 1.3 Launch JWT See: https://www.imsglobal.org/spec/lti/v1p3/migr#lti-1-1-migration-claimstatic StringLTI13Util. getLTI11TransitionBase(LaunchJWT lj)Compute the base string for a Launch JWT See: https://www.imsglobal.org/spec/lti/v1p3/migr#lti-1-1-migration-claimstatic StringLTI13Util. signLTI11Transition(LaunchJWT lj, String secret)Compute the OAuth signature for an LTI 1.3 Launch JWT See: https://www.imsglobal.org/spec/lti/v1p3/migr#lti-1-1-migration-claim
-