Package | Description |
---|---|
edu.ucsb.nceas.metacat.service | |
edu.ucsb.nceas.metacat.util |
Modifier and Type | Method and Description |
---|---|
SessionData |
SessionService.getPublicSession()
Get the public session from the session hash table.
|
SessionData |
SessionService.getRegisteredSession(java.lang.String sessionId)
Get a registered session from the session hash table.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionService.registerSession(SessionData sessionData)
Register a session in the session hash table.
|
Modifier and Type | Method and Description |
---|---|
static SessionData |
RequestUtil.getSessionData(javax.servlet.http.HttpServletRequest request)
Get the session data from a request.
|
static SessionData |
RequestUtil.getSessionDataFromToken(javax.servlet.http.HttpServletRequest request)
Get SessionData from the DataONE auth token
|
Copyright © 2020 Regents of the University of California. All Rights Reserved.