Uses of Class
org.tsugi.jackson.objects.JacksonBase
-
-
Uses of JacksonBase in org.tsugi.ags2.objects
Subclasses of JacksonBase in org.tsugi.ags2.objects Modifier and Type Class Description classLineItemclassResultclassScoreclassSubmissionReview -
Uses of JacksonBase in org.tsugi.contentitem.objects
Subclasses of JacksonBase in org.tsugi.contentitem.objects Modifier and Type Class Description classContentItemResponseclassIconclassLtiLinkItemclassPlacementAdvice -
Uses of JacksonBase in org.tsugi.deeplink.objects
Subclasses of JacksonBase in org.tsugi.deeplink.objects Modifier and Type Class Description classContentItemclassDeepLinkResponseclassLtiResourceLinkclassMiniLineItemclassRegistrationRequestclassRegistrationResponse -
Uses of JacksonBase in org.tsugi.lti13.objects
Subclasses of JacksonBase in org.tsugi.lti13.objects Modifier and Type Class Description classBaseJWTclassBasicOutcomeclassContextclassDeepLinkclassEndpointclassForUserclassLaunchJWTclassLaunchLISclassLaunchPresentationclassLTI11TransitionclassLTILaunchMessageclassLTIPlatformConfigurationclassLTIToolConfigurationclassNamesAndRolesclassOpenIDClientRegistrationclassOpenIDProviderConfigurationclassResourceLinkclassToolPlatform -
Uses of JacksonBase in org.tsugi.nrps.objects
Subclasses of JacksonBase in org.tsugi.nrps.objects Modifier and Type Class Description classContainerclassMemberclassMemberMessage -
Uses of JacksonBase in org.tsugi.oauth2.objects
Subclasses of JacksonBase in org.tsugi.oauth2.objects Modifier and Type Class Description classClientAssertionThe client_assertion part of a Client-Credentials Grant This JWT will be signed, compacted, and sent to the oauth_token_url as a POST request along with the following values grant_type=client_credentials client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer client_assertion=signed_client_assertion_jwt scope=blank separated list of scopes The audience originially was expected to be the token_url on these requests But D2L felt like there was supposed to be a separate audience value for these tokens in IMS that is part of the contract so we all added another column for it :) Later the IMS working group led by Backboard decided to eventually require the deployment_id on this - which I think is a great idea and should have been there all along but I still don't get why we need both an audience value and a deployment_id - but D2L is rarely wrong on these matters. -
Uses of JacksonBase in org.tsugi.shared.objects
Subclasses of JacksonBase in org.tsugi.shared.objects Modifier and Type Class Description classContactclassDateRangeclassSizedUrlclassTsugiBase
-