Package | Description |
---|---|
com.sdl.web.ambient.api | |
com.sdl.web.content.claimprocessor | |
com.sdl.web.preview | |
com.tridion.ambientdata | |
com.tridion.ambientdata.claimstore | |
com.tridion.ambientdata.web |
Modifier and Type | Interface and Description |
---|---|
interface |
RequestValidator<T extends ClaimStore>
A request validator can be used to validate an HTTP request based upon its
own specific rules.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
WritableODataClaimProcessor.isPreviewWebserviceCall(ClaimStore claimStore)
Determines if the current request is made to the preview webservice or not.
|
void |
WritableODataClaimProcessor.onRequestEnd(ClaimStore claimStore) |
void |
WritableODataClaimProcessor.onRequestStart(ClaimStore claimStore)
This method checks the claim store to make sure that we identify existing sessions
(and attach request to them) or create new preview sessions.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionClaimProcessor.onSessionStart(ClaimStore claimStore) |
protected void |
SessionClaimProcessor.processHeaders(ClaimStore store,
Map<String,String[]> headers) |
protected void |
SearchClaimProcessor.processHeaders(ClaimStore store,
Map<String,String[]> headers)
It parses accept language information.
|
protected void |
DeviceTypeClaimProcessor.processHeaders(ClaimStore store,
Map<String,String[]> headers) |
Modifier and Type | Method and Description |
---|---|
static ClaimStore |
AmbientDataContext.getCurrentClaimStore()
Gets the current claim store.
|
protected abstract ClaimStore |
AmbientDataContext.getCurrentClaimStoreImpl()
Gets the current claim store, to be implemented by subclasses.
|
Modifier and Type | Method and Description |
---|---|
void |
Engine.onRequestEnd(ClaimStore claimStore)
Called by the framework to handle a request end event.
|
void |
Engine.onRequestStart(ClaimStore claimStore)
Called by the framework to handle a request start event.
|
void |
Engine.onSessionStart(ClaimStore claimStore)
Called by the framework to handle a session start event.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultClaimStore
Default container that holds the current values of a set of claims.
|
class |
JavaClaimStore
Class JavaClaimStore is used for holding the current values of a set of claims in a Java environment.
|
Modifier and Type | Method and Description |
---|---|
static InetAddress |
ClaimStoreUtil.getClientIpAddressFromClaimStore(ClaimStore claimStore)
Looks up inside of the claimStore for the IP address of the client.
|
static boolean |
ClaimStoreUtil.isGetRequest(ClaimStore claimStore)
Check in the claim store if the request is GET.
|
Modifier and Type | Method and Description |
---|---|
protected ClaimStore |
WebContext.getCurrentClaimStoreImpl() |
protected abstract ClaimStore |
AbstractAmbientDataServletFilter.processEndEvents(ClaimStore claimStore) |
protected abstract ClaimStore |
AbstractAmbientDataServletFilter.processStartEvents(ClaimStore claimStore,
boolean sessionIsNew) |
Modifier and Type | Method and Description |
---|---|
protected abstract ClaimStore |
AbstractAmbientDataServletFilter.processEndEvents(ClaimStore claimStore) |
protected abstract ClaimStore |
AbstractAmbientDataServletFilter.processStartEvents(ClaimStore claimStore,
boolean sessionIsNew) |
static void |
WebContext.setCurrentClaimStore(ClaimStore claimStore)
Sets the current claim store.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries