Package io.micronaut.security.websockets
Class AuthenticationWebSocketStateBinder
java.lang.Object
io.micronaut.security.websockets.AuthenticationWebSocketStateBinder
- All Implemented Interfaces:
io.micronaut.core.bind.ArgumentBinder<Authentication,,io.micronaut.websocket.bind.WebSocketState> io.micronaut.websocket.bind.WebSocketStateBinder<Authentication>
@Requires(classes=io.micronaut.websocket.bind.WebSocketStateBinder.class)
@Singleton
public final class AuthenticationWebSocketStateBinder
extends Object
implements io.micronaut.websocket.bind.WebSocketStateBinder<Authentication>
WebSocketStateBinder implementation for Authentication.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder
io.micronaut.core.bind.ArgumentBinder.BindingResult<T extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.micronaut.core.bind.ArgumentBinder.BindingResult<Authentication>bind(io.micronaut.core.convert.ArgumentConversionContext<Authentication> context, io.micronaut.websocket.bind.WebSocketState source) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.bind.ArgumentBinder
createSpecific
-
Constructor Details
-
AuthenticationWebSocketStateBinder
public AuthenticationWebSocketStateBinder()
-
-
Method Details
-
bind
public io.micronaut.core.bind.ArgumentBinder.BindingResult<Authentication> bind(io.micronaut.core.convert.ArgumentConversionContext<Authentication> context, io.micronaut.websocket.bind.WebSocketState source) - Specified by:
bindin interfaceio.micronaut.core.bind.ArgumentBinder<Authentication,io.micronaut.websocket.bind.WebSocketState>
-