public interface AuthenticationContext extends WscContext
Modifier and Type | Field and Description |
---|---|
static String |
LOCAL_IP |
static String |
LOCAL_PORT |
static String |
REMOTE_IP |
static String |
REMOTE_PORT |
static String |
SERVER_NAME |
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getHeaders()
Return the read only map of http headers that came with the handshake request of websocket.
|
WscProperties |
getProperties()
Get the properties from the current context.
|
RestClient |
getRestClient()
Gets the REST client for submitting outbound REST requests.
|
Subject |
getSubject()
Returns the current subject.
|
getUniqueId
static final String REMOTE_IP
static final String REMOTE_PORT
static final String LOCAL_IP
static final String LOCAL_PORT
static final String SERVER_NAME
WscProperties getProperties()
RestClient getRestClient()
RestClient
instance.Subject getSubject()