Home
last modified time | relevance | path

Searched refs:getUserPrincipal (Results 1 – 7 of 7) sorted by path

/unit/src/java/javax/websocket/
H A DSession.java147 Principal getUserPrincipal(); in getUserPrincipal() method
/unit/src/java/javax/websocket/server/
H A DHandshakeRequest.java36 Principal getUserPrincipal(); in getUserPrincipal() method
/unit/src/java/nginx/unit/
H A DRequest.java579 public Principal getUserPrincipal() in getUserPrincipal() method in Request
/unit/src/java/nginx/unit/websocket/
H A DWsSession.java778 public Principal getUserPrincipal() { in getUserPrincipal() method in WsSession
/unit/src/java/nginx/unit/websocket/server/
H A DWsHandshakeRequest.java58 userPrincipal = request.getUserPrincipal(); in WsHandshakeRequest()
108 public Principal getUserPrincipal() { in getUserPrincipal() method in WsHandshakeRequest
H A DWsHttpUpgradeHandler.java119 handshakeRequest.getUserPrincipal(), httpSessionId, in init()
H A DWsServerContainer.java343 wsSession.getUserPrincipal() != null && in registerSession()
358 if (wsSession.getUserPrincipal() != null && in unregisterSession()