public class HttpExtractor extends Object
| Constructor and Description |
|---|
HttpExtractor() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
extractBaiscAuth(javax.servlet.http.HttpServletRequest request)
从请求里提取出basic认证信息
|
public String[] extractBaiscAuth(javax.servlet.http.HttpServletRequest request) throws com.yishuifengxiao.common.tool.exception.CustomException
从请求里提取出basic认证信息
如果不是basic认证则返回为nullrequest - 请求com.yishuifengxiao.common.tool.exception.CustomException - 提取basic认证信息时出现问题Copyright © 2021. All rights reserved.