public static class RootRequestFilter.HybrisSessionWrapper extends Object
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertTenant(Tenant t,
String qualifier,
Object value) |
protected void |
assertTenantValue(Tenant t,
String qualifier,
Object value) |
protected void |
clearTenantAttributesMap(String tenantSystemID) |
Object |
getAttribute(String name) |
Enumeration<String> |
getAttributeNames() |
long |
getCreationTime() |
String |
getId() |
long |
getLastAccessedTime() |
int |
getMaxInactiveInterval() |
ServletContext |
getServletContext() |
HttpSessionContext |
getSessionContext() |
protected Map<String,Object> |
getTenantAttributesMap(Tenant t,
boolean create) |
Object |
getValue(String arg0) |
String[] |
getValueNames() |
void |
invalidate() |
boolean |
isInvalidated() |
boolean |
isNew() |
protected HttpSession |
orig() |
void |
putValue(String arg0,
Object arg1) |
void |
removeAttribute(String arg0) |
void |
removeValue(String arg0) |
void |
setAttribute(String name,
Object value) |
void |
setMaxInactiveInterval(int arg0) |
protected boolean |
storesTenantAttributes() |
protected HttpSession orig()
public boolean isInvalidated()
protected void clearTenantAttributesMap(String tenantSystemID)
protected boolean storesTenantAttributes()
protected Map<String,Object> getTenantAttributesMap(Tenant t, boolean create)
public Enumeration<String> getAttributeNames()
public void removeAttribute(String arg0)
public long getCreationTime()
public String getId()
public long getLastAccessedTime()
public int getMaxInactiveInterval()
public ServletContext getServletContext()
public HttpSessionContext getSessionContext()
public String[] getValueNames()
public void invalidate()
public boolean isNew()
public void removeValue(String arg0)
public void setMaxInactiveInterval(int arg0)
Copyright © 2017 SAP SE. All Rights Reserved.