public class RestAuthSessionHelperUtil extends Object
Constructor and Description |
---|
RestAuthSessionHelperUtil() |
Modifier and Type | Method and Description |
---|---|
protected static String |
fetchStringFromRequestSession(javax.servlet.http.HttpServletRequest request,
String key) |
@Nullable protected static String fetchStringFromRequestSession(javax.servlet.http.HttpServletRequest request, String key)
request
- request to fetch string fromkey
- key of the string to fetchClassCastException
- if the value stored in the request's session under the given key is not a stringCopyright © 2021 Atlassian. All rights reserved.