public class OAuthSafeUtil extends Object
| 构造器和说明 |
|---|
OAuthSafeUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Set<String> |
decodeScopes(String s) |
static String |
encodeScopes(Set<String> s) |
static String |
getCookieValue(javax.servlet.http.HttpServletRequest request,
String cookieName) |
static boolean |
hasContentType(String requestContentType,
String requiredContentType) |
static String |
toString(InputStream is,
String defaultCharset) |
public static String toString(InputStream is, String defaultCharset) throws IOException
IOExceptionpublic static boolean hasContentType(String requestContentType, String requiredContentType)
Copyright © 2023. All rights reserved.