Interface AuthenticatorProviderInput
-
- All Superinterfaces:
ClientBasedInput
@DoNotImplement public interface AuthenticatorProviderInput extends ClientBasedInput
This is the input parameter of anyAuthenticatorProviderprovidingServerInformationandClientBasedInput.- Since:
- 4.0.0, CE 2019.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ServerInformationgetServerInformation()Get information about the HiveMQ instance the extension is running in.-
Methods inherited from interface com.hivemq.extension.sdk.api.parameter.ClientBasedInput
getClientInformation, getConnectionInformation
-
-
-
-
Method Detail
-
getServerInformation
@NotNull ServerInformation getServerInformation()
Get information about the HiveMQ instance the extension is running in.- Returns:
- The
ServerInformationof the input. - Since:
- 4.0.0, CE 2019.1
-
-