public class UseridUtil extends Object
| Constructor and Description |
|---|
UseridUtil() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getUserid(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
String cookiePath,
int maxAge) |
static long |
getUserid(org.springframework.http.server.reactive.ServerHttpRequest req,
org.springframework.http.server.reactive.ServerHttpResponse res,
String cookiePath) |
static long |
getUseridCustom(javax.servlet.http.HttpServletRequest req,
String key) |
static long |
getUseridCustom(org.springframework.http.server.reactive.ServerHttpRequest req,
org.springframework.http.server.reactive.ServerHttpResponse res,
String key) |
static long |
getUseridFromHeader(javax.servlet.http.HttpServletRequest req,
String key) |
static long |
getUseridFromHeader(org.springframework.http.server.reactive.ServerHttpRequest req,
org.springframework.http.server.reactive.ServerHttpResponse res,
String key) |
public static long getUserid(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
String cookiePath,
int maxAge)
public static long getUserid(org.springframework.http.server.reactive.ServerHttpRequest req,
org.springframework.http.server.reactive.ServerHttpResponse res,
String cookiePath)
public static long getUseridCustom(javax.servlet.http.HttpServletRequest req,
String key)
public static long getUseridCustom(org.springframework.http.server.reactive.ServerHttpRequest req,
org.springframework.http.server.reactive.ServerHttpResponse res,
String key)
public static long getUseridFromHeader(javax.servlet.http.HttpServletRequest req,
String key)
public static long getUseridFromHeader(org.springframework.http.server.reactive.ServerHttpRequest req,
org.springframework.http.server.reactive.ServerHttpResponse res,
String key)
Copyright © 2021. All rights reserved.