Class SimFDRService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.simfdr.SimFDRService
- Direct Known Subclasses:
AvailableEquipmentService
,FlightSubmitService
,PositionUpdateService
,UserListService
,ValidAirportService
A Web Service that authenticates using the simFDR user account.
- Since:
- 7.0
- Version:
- 8.2
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static void
Authenticates the simFDR User.final boolean
isSecure()
Returns whether this web service requires authentication.
-
Constructor Details
-
SimFDRService
SimFDRService()
-
-
Method Details
-
authenticate
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 classWebService
- Returns:
- FALSE always
-