| Package | Description |
|---|---|
| com.atlassian.plugins.authentication.sso.web |
| Modifier and Type | Method and Description |
|---|---|
SessionData |
AtlassianCacheSessionDataCache.get(String key) |
SessionData |
GuavaSessionDataCache.get(String key) |
SessionData |
SessionDataCache.get(String key)
Retrieves the SessionData stored under the specified key
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SessionData> |
SessionDataService.getSessionData(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String key)
Retrieves and invalidates the SessionData for this login-session
|
| Modifier and Type | Method and Description |
|---|---|
void |
AtlassianCacheSessionDataCache.put(String key,
SessionData sessionData) |
void |
GuavaSessionDataCache.put(String key,
SessionData sessionData) |
void |
SessionDataCache.put(String key,
SessionData sessionData)
Stores the SessionData under the specified key
|
void |
SessionDataService.setSessionData(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String key,
SessionData sessionData)
Sets the session data for this login session
|
| Modifier and Type | Method and Description |
|---|---|
String |
SessionDataService.extractTargetUrlOrReturnBaseUrl(Optional<SessionData> sessionData) |
| Constructor and Description |
|---|
AtlassianCacheSessionDataCache(com.atlassian.cache.Cache<String,SessionData> delegate) |
GuavaSessionDataCache(com.google.common.cache.Cache<String,SessionData> delegate) |
Copyright © 2023 Atlassian. All rights reserved.