Uses of Interface
de.quantummaid.httpmaid.websockets.authorization.WebsocketAuthorizer
-
Packages that use WebsocketAuthorizer Package Description de.quantummaid.httpmaid.websockets de.quantummaid.httpmaid.websockets.processors -
-
Uses of WebsocketAuthorizer in de.quantummaid.httpmaid.websockets
Methods in de.quantummaid.httpmaid.websockets with parameters of type WebsocketAuthorizer Modifier and Type Method Description static ConfiguratorWebsocketConfigurators. toAuthorizeWebsocketsUsing(WebsocketAuthorizer authorizer)Method parameters in de.quantummaid.httpmaid.websockets with type arguments of type WebsocketAuthorizer Modifier and Type Method Description voidWebsocketsModule. setWebsocketAuthorizerProvider(RuntimeConfigurationValueProvider<WebsocketAuthorizer> websocketAuthorizerProvider)static ConfiguratorWebsocketConfigurators. toAuthorizeWebsocketsUsing(RuntimeConfigurationValueProvider<WebsocketAuthorizer> authorizer) -
Uses of WebsocketAuthorizer in de.quantummaid.httpmaid.websockets.processors
Method parameters in de.quantummaid.httpmaid.websockets.processors with type arguments of type WebsocketAuthorizer Modifier and Type Method Description static ProcessorAuthorizeWebsocketProcessor. authorizeWebsocketProcessor(RuntimeConfigurationValue<WebsocketAuthorizer> authorizer)
-