Class SimFDRService

java.lang.Object
org.deltava.service.WebService
org.deltava.service.simfdr.SimFDRService
Direct Known Subclasses:
AvailableEquipmentService, FlightSubmitService, PositionUpdateService, UserListService, ValidAirportService

abstract class SimFDRService extends WebService
A Web Service that authenticates using the simFDR user account.
Since:
7.0
Version:
8.2
Author:
Luke
  • Constructor Details

    • SimFDRService

      SimFDRService()
  • Method Details

    • authenticate

      protected static void authenticate(ServiceContext ctx) throws ServiceException
      Authenticates the simFDR User.
      Parameters:
      ctx - the ServiceContext
      Throws:
      ServiceException - if authentication fails
    • isSecure

      public final boolean isSecure()
      Returns whether this web service requires authentication.
      Overrides:
      isSecure in class WebService
      Returns:
      FALSE always