PassiveBrokerInterface constructor

PassiveBrokerInterface(
  1. AuthenticationManager authManager
)

Creates a new PassiveBrokerInterface with the given authManager.

Implementation

PassiveBrokerInterface(AuthenticationManager authManager)
    : super(authManager);