public class GrouperSessionWrapper extends Object implements javax.servlet.http.HttpSession
Constructor and Description |
---|
GrouperSessionWrapper(javax.servlet.http.HttpSession httpSession1) |
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String attributeName) |
Enumeration |
getAttributeNames() |
long |
getCreationTime() |
javax.servlet.http.HttpSession |
getHttpSession() |
String |
getId() |
long |
getLastAccessedTime() |
int |
getMaxInactiveInterval() |
javax.servlet.ServletContext |
getServletContext() |
javax.servlet.http.HttpSessionContext |
getSessionContext() |
Object |
getValue(String arg0) |
String[] |
getValueNames() |
void |
invalidate() |
boolean |
isNew() |
void |
putValue(String arg0,
Object arg1) |
void |
removeAttribute(String attributeName) |
void |
removeValue(String arg0) |
void |
setAttribute(String attributeName,
Object value) |
void |
setMaxInactiveInterval(int arg0) |
public GrouperSessionWrapper(javax.servlet.http.HttpSession httpSession1)
httpSession1
- sessionpublic Object getAttribute(String attributeName)
getAttribute
in interface javax.servlet.http.HttpSession
HttpSession.getAttribute(java.lang.String)
public Enumeration getAttributeNames()
getAttributeNames
in interface javax.servlet.http.HttpSession
HttpSession.getAttributeNames()
public long getCreationTime()
getCreationTime
in interface javax.servlet.http.HttpSession
HttpSession.getCreationTime()
public String getId()
getId
in interface javax.servlet.http.HttpSession
HttpSession.getId()
public long getLastAccessedTime()
getLastAccessedTime
in interface javax.servlet.http.HttpSession
HttpSession.getLastAccessedTime()
public int getMaxInactiveInterval()
getMaxInactiveInterval
in interface javax.servlet.http.HttpSession
HttpSession.getMaxInactiveInterval()
public javax.servlet.ServletContext getServletContext()
getServletContext
in interface javax.servlet.http.HttpSession
HttpSession.getServletContext()
public javax.servlet.http.HttpSessionContext getSessionContext()
getSessionContext
in interface javax.servlet.http.HttpSession
HttpSession
public Object getValue(String arg0)
getValue
in interface javax.servlet.http.HttpSession
arg0
- HttpSession
public String[] getValueNames()
getValueNames
in interface javax.servlet.http.HttpSession
HttpSession
public void invalidate()
invalidate
in interface javax.servlet.http.HttpSession
HttpSession.invalidate()
public boolean isNew()
isNew
in interface javax.servlet.http.HttpSession
HttpSession.isNew()
public void putValue(String arg0, Object arg1)
putValue
in interface javax.servlet.http.HttpSession
arg0
- arg1
- HttpSession
public void removeAttribute(String attributeName)
removeAttribute
in interface javax.servlet.http.HttpSession
HttpSession.removeAttribute(java.lang.String)
public void removeValue(String arg0)
removeValue
in interface javax.servlet.http.HttpSession
arg0
- HttpSession
public void setAttribute(String attributeName, Object value)
setAttribute
in interface javax.servlet.http.HttpSession
HttpSession.setAttribute(java.lang.String, java.lang.Object)
public void setMaxInactiveInterval(int arg0)
setMaxInactiveInterval
in interface javax.servlet.http.HttpSession
HttpSession.setMaxInactiveInterval(int)
public javax.servlet.http.HttpSession getHttpSession()
Copyright © 2016 Internet2. All rights reserved.