Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GenericControllerFactory

Hierarchy

Index

Constructors

Properties

credential: any
deviceaddress: string

Methods

  • authenticate(credential: any): Promise<void>
  • getAuthConfigurator(deviceId?: string): GenericAuthConfigurator
  • getFirewallConfigurator(deviceId?: string): FirewallConfigurator
  • getLogman(deviceId?: string): Logman
  • getNetTester(deviceId?: string): NetTester
  • getProfileManager(deviceId?: string): GenericProfileManager
  • getRouteConfigurator(deviceId?: string): RouteConfigurator
  • getSwitchConfigurator(deviceId?: string): SwitchConfigurator
  • getSwitchQoS(deviceId?: string): SwitchQoS
  • getTrafficStatMonitor(deviceId?: string): TrafficStatMonitor
  • getVPNConfigurator(deviceId?: string): VPNConfigurator
  • getWLANConfigurator(deviceId?: string): WLANConfigurator
  • getWLANUserDeviceStat(deviceId?: string): WLANUserDeviceStat
  • init(): Promise<void>
  • refreshAuth(): Promise<void>
  • updateCredential(cred: any): void

Generated using TypeDoc