Interface AuthorizerProviderInput
- All Superinterfaces:
ClientBasedInput
@DoNotImplement public interface AuthorizerProviderInput extends ClientBasedInput
This is the input parameter of any
AuthorizerProvider providing ServerInformation and ClientBasedInput.- Since:
- 4.0.0, CE 2019.1
-
Method Summary
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 Details
-
getServerInformation
Get information about the HiveMQ instance the extension is running in.- Returns:
- The
ServerInformationof the input. - Since:
- 4.0.0, CE 2019.1
-