public interface HandshakeRequest
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
getHeaders()
Return the list of Http Headers that came with the handshake request.
|
URI |
getRequestURI()
Return the request URI of the handshake request.
|
Principal |
getUserPrincipal()
Return the authenticated user or null if no user is authenticated for this handshake.
|
Map<String,List<String>> getHeaders()
Principal getUserPrincipal()
URI getRequestURI()
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.