| Package | Description |
|---|---|
| org.imsglobal.lti.launch |
| Modifier and Type | Method and Description |
|---|---|
LtiVerificationResult |
LtiOauthVerifier.verify(javax.servlet.http.HttpServletRequest request,
String secret)
This method verifies the signed HttpServletRequest
|
LtiVerificationResult |
LtiVerifier.verify(javax.servlet.http.HttpServletRequest request,
String secret)
This method will verify the HttpServletRequest.
|
LtiVerificationResult |
LtiOauthVerifier.verifyParameters(Map<String,String> parameters,
String url,
String method,
String secret)
This method will verify a collection of parameters
|
LtiVerificationResult |
LtiVerifier.verifyParameters(Map<String,String> parameters,
String url,
String method,
String secret)
This method will verify a list of properties (mapped
by key & value).
|
Copyright © 2009–2016 IMS Global Learning Consortium. All rights reserved.