Uses of Class
edu.ucsb.cs156.frontiers.entities.ApiCourseKey
Packages that use ApiCourseKey
Package
Description
-
Uses of ApiCourseKey in edu.ucsb.cs156.frontiers.controllers
Constructors in edu.ucsb.cs156.frontiers.controllers with parameters of type ApiCourseKey -
Uses of ApiCourseKey in edu.ucsb.cs156.frontiers.repositories
Methods in edu.ucsb.cs156.frontiers.repositories that return types with arguments of type ApiCourseKeyModifier and TypeMethodDescriptionApiCourseKeyRepository.findByCourseIdAndRevokedFalseAndExpiresAtAfterOrderByCreatedAtDesc(Long courseId, ZonedDateTime now) ApiCourseKeyRepository.findByIdAndCourseId(Long id, Long courseId) -
Uses of ApiCourseKey in edu.ucsb.cs156.frontiers.services
Methods in edu.ucsb.cs156.frontiers.services that return ApiCourseKeyModifier and TypeMethodDescriptionApiCourseKeyService.GeneratedApiCourseKey.apiCourseKey()Returns the value of theapiCourseKeyrecord component.Methods in edu.ucsb.cs156.frontiers.services that return types with arguments of type ApiCourseKeyModifier and TypeMethodDescriptionApiCourseKeyService.authenticateRawKeyForCourse(String rawKey, Long courseId) ApiCourseKeyService.listActiveKeys(Long courseId) Constructors in edu.ucsb.cs156.frontiers.services with parameters of type ApiCourseKeyModifierConstructorDescriptionGeneratedApiCourseKey(String rawKey, ApiCourseKey apiCourseKey) Creates an instance of aGeneratedApiCourseKeyrecord class.