Uses of Class
xyz.brandonfl.firedeamon.fusion.api.exception.AuthenticationException
-
Packages that use AuthenticationException Package Description xyz.brandonfl.firedeamon.fusion.api -
-
Uses of AuthenticationException in xyz.brandonfl.firedeamon.fusion.api
Methods in xyz.brandonfl.firedeamon.fusion.api that throw AuthenticationException Modifier and Type Method Description ServiceInformation
FiredeamonFusionApi. getService(java.lang.String serviceName)
Fetch information of a specific servicejava.util.List<ServiceInformation>
FiredeamonFusionApi. getServices()
Fetch FireDaemon servicesvoid
FiredeamonFusionApi. updateServiceStatus(java.lang.String serviceName, ServiceAction serviceAction)
Update the status of a specific service.
-