public class HttpAwareContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpAwareContext.BatchContext
Encapsulates logic to add multiple queries contained in the same operation that need to be
executed in a batch.
|
| Constructor and Description |
|---|
HttpAwareContext(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAllHeaders() |
HttpAwareContext.BatchContext |
getBatchContext() |
AuthenticationSubject |
getSubject() |
public HttpAwareContext(javax.servlet.http.HttpServletRequest request)
public AuthenticationSubject getSubject()
public HttpAwareContext.BatchContext getBatchContext()
Copyright © 2021. All rights reserved.