Class AuthenticationWebSocketClientInfo.AuthenticationWebSocketClientInfoBuilder<C extends AuthenticationWebSocketClientInfo,B extends AuthenticationWebSocketClientInfo.AuthenticationWebSocketClientInfoBuilder<C,B>>
java.lang.Object
com.gsitm.ustra.web.socket.handlers.WebSocketClientInfo.WebSocketClientInfoBuilder<C,B>
com.gsitm.ustra.java.autoconfigure.security.duplication.websocket.AuthenticationWebSocketClientInfo.AuthenticationWebSocketClientInfoBuilder<C,B>
- Enclosing class:
- AuthenticationWebSocketClientInfo
public abstract static class AuthenticationWebSocketClientInfo.AuthenticationWebSocketClientInfoBuilder<C extends AuthenticationWebSocketClientInfo,B extends AuthenticationWebSocketClientInfo.AuthenticationWebSocketClientInfoBuilder<C,B>>
extends com.gsitm.ustra.web.socket.handlers.WebSocketClientInfo.WebSocketClientInfoBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Cbuild()checkNumber(AtomicInteger checkNumber) refreshToken(String refreshToken) protected abstract Bself()toString()Methods inherited from class com.gsitm.ustra.web.socket.handlers.WebSocketClientInfo.WebSocketClientInfoBuilder
clientIp, procId, userKey
-
Constructor Details
-
AuthenticationWebSocketClientInfoBuilder
public AuthenticationWebSocketClientInfoBuilder()
-
-
Method Details
-
refreshToken
- Returns:
this.
-
checkNumber
- Returns:
this.
-
self
- Specified by:
selfin classcom.gsitm.ustra.web.socket.handlers.WebSocketClientInfo.WebSocketClientInfoBuilder<C extends AuthenticationWebSocketClientInfo,B extends AuthenticationWebSocketClientInfo.AuthenticationWebSocketClientInfoBuilder<C, B>>
-
build
- Specified by:
buildin classcom.gsitm.ustra.web.socket.handlers.WebSocketClientInfo.WebSocketClientInfoBuilder<C extends AuthenticationWebSocketClientInfo,B extends AuthenticationWebSocketClientInfo.AuthenticationWebSocketClientInfoBuilder<C, B>>
-
toString
- Overrides:
toStringin classcom.gsitm.ustra.web.socket.handlers.WebSocketClientInfo.WebSocketClientInfoBuilder<C extends AuthenticationWebSocketClientInfo,B extends AuthenticationWebSocketClientInfo.AuthenticationWebSocketClientInfoBuilder<C, B>>
-