public class BasicAuthUtils extends Object
| 构造器和说明 |
|---|
BasicAuthUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
base64DecodeToStr(String value) |
static boolean |
basicAuth(org.noear.solon.core.handle.Context ctx,
ServerProperties serverProperties)
WWW-Authenticate 简单认证
|
static void |
response401(org.noear.solon.core.handle.Context ctx) |
public static boolean basicAuth(org.noear.solon.core.handle.Context ctx,
ServerProperties serverProperties)
throws IOException
IOExceptionpublic static void response401(org.noear.solon.core.handle.Context ctx)
throws IOException
IOExceptionCopyright © 2024. All rights reserved.