A C D E F G H I J L M P R S T X 

A

AntPathMatcher - com.xxl.sso.core.path.impl中的类
PathMatcher implementation for Ant-style path patterns.
AntPathMatcher() - 类 的构造器com.xxl.sso.core.path.impl.AntPathMatcher
Create a new instance with the AntPathMatcher.DEFAULT_PATH_SEPARATOR.
AntPathMatcher(String) - 类 的构造器com.xxl.sso.core.path.impl.AntPathMatcher
A convenient, alternative constructor to use with a custom path separator.
AntPathMatcher.AntPathStringMatcher - com.xxl.sso.core.path.impl中的类
Tests whether or not a string matches against a pattern via a Pattern.
AntPathMatcher.AntPathStringMatcher(String) - 类 的构造器com.xxl.sso.core.path.impl.AntPathMatcher.AntPathStringMatcher
 
AntPathMatcher.AntPathStringMatcher(String, boolean) - 类 的构造器com.xxl.sso.core.path.impl.AntPathMatcher.AntPathStringMatcher
 
AntPathMatcher.AntPatternComparator - com.xxl.sso.core.path.impl中的类
The default Comparator implementation returned by AntPathMatcher.getPatternComparator(String).
AntPathMatcher.AntPatternComparator(String) - 类 的构造器com.xxl.sso.core.path.impl.AntPathMatcher.AntPatternComparator
 

C

close() - 类 中的静态方法com.xxl.sso.core.util.JedisUtil
 
com.xxl.sso.core.conf - 程序包 com.xxl.sso.core.conf
 
com.xxl.sso.core.entity - 程序包 com.xxl.sso.core.entity
 
com.xxl.sso.core.exception - 程序包 com.xxl.sso.core.exception
 
com.xxl.sso.core.filter - 程序包 com.xxl.sso.core.filter
 
com.xxl.sso.core.login - 程序包 com.xxl.sso.core.login
 
com.xxl.sso.core.path - 程序包 com.xxl.sso.core.path
 
com.xxl.sso.core.path.impl - 程序包 com.xxl.sso.core.path.impl
 
com.xxl.sso.core.store - 程序包 com.xxl.sso.core.store
 
com.xxl.sso.core.user - 程序包 com.xxl.sso.core.user
 
com.xxl.sso.core.util - 程序包 com.xxl.sso.core.util
 
combine(String, String) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher
Combine two patterns into a new pattern.
combine(String, String) - 接口 中的方法com.xxl.sso.core.path.PathMatcher
Combines two patterns into a new pattern that is returned.
compare(String, String) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher.AntPatternComparator
Compare two patterns to determine which should match first, i.e. which is the most specific regarding the current path.
Conf - com.xxl.sso.core.conf中的类
conf
Conf() - 类 的构造器com.xxl.sso.core.conf.Conf
 
CookieUtil - com.xxl.sso.core.util中的类
Cookie.Util
CookieUtil() - 类 的构造器com.xxl.sso.core.util.CookieUtil
 

D

DEFAULT_PATH_SEPARATOR - 类 中的静态变量com.xxl.sso.core.path.impl.AntPathMatcher
Default path separator: "/"
del(String) - 类 中的静态方法com.xxl.sso.core.util.JedisUtil
Delete key
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.xxl.sso.core.filter.XxlSsoTokenFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.xxl.sso.core.filter.XxlSsoWebFilter
 
doMatch(String, String, boolean, Map<String, String>) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher
Actually match the given path against the given pattern.

E

exists(String) - 类 中的静态方法com.xxl.sso.core.util.JedisUtil
exists valid
expire(String, int) - 类 中的静态方法com.xxl.sso.core.util.JedisUtil
expire reset
expireAt(String, long) - 类 中的静态方法com.xxl.sso.core.util.JedisUtil
expire at unixTime
extractPathWithinPattern(String, String) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractPathWithinPattern(String, String) - 接口 中的方法com.xxl.sso.core.path.PathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractUriTemplateVariables(String, String) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher
 
extractUriTemplateVariables(String, String) - 接口 中的方法com.xxl.sso.core.path.PathMatcher
Given a pattern and a full path, extract the URI template variables.

F

FAIL - 类 中的静态变量com.xxl.sso.core.entity.ReturnT
 
FAIL_CODE - 类 中的静态变量com.xxl.sso.core.entity.ReturnT
 

G

get(String) - 类 中的静态方法com.xxl.sso.core.store.SsoLoginStore
get
getCode() - 类 中的方法com.xxl.sso.core.entity.ReturnT
 
getData() - 类 中的方法com.xxl.sso.core.entity.ReturnT
 
getExpireFreshTime() - 类 中的方法com.xxl.sso.core.user.XxlSsoUser
 
getExpireMinite() - 类 中的方法com.xxl.sso.core.user.XxlSsoUser
 
getMsg() - 类 中的方法com.xxl.sso.core.entity.ReturnT
 
getObjectValue(String) - 类 中的静态方法com.xxl.sso.core.util.JedisUtil
Get Object
getPatternComparator(String) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher
Given a full path, returns a Comparator suitable for sorting patterns in order of explicitness.
getPatternComparator(String) - 接口 中的方法com.xxl.sso.core.path.PathMatcher
Given a full path, returns a Comparator suitable for sorting patterns in order of explicitness for that path.
getPlugininfo() - 类 中的方法com.xxl.sso.core.user.XxlSsoUser
 
getRedisExpireMinite() - 类 中的静态方法com.xxl.sso.core.store.SsoLoginStore
 
getSessionIdByCookie(HttpServletRequest) - 类 中的静态方法com.xxl.sso.core.login.SsoWebLoginHelper
get sessionid by cookie
getStringMatcher(String) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher
Build or retrieve an AntPathMatcher.AntPathStringMatcher for the given pattern.
getStringValue(String) - 类 中的静态方法com.xxl.sso.core.util.JedisUtil
Get String
getUserid() - 类 中的方法com.xxl.sso.core.user.XxlSsoUser
 
getUsername() - 类 中的方法com.xxl.sso.core.user.XxlSsoUser
 
getValue(HttpServletRequest, String) - 类 中的静态方法com.xxl.sso.core.util.CookieUtil
查询value
getVersion() - 类 中的方法com.xxl.sso.core.user.XxlSsoUser
 

H

hasLength(String) - 类 中的静态方法com.xxl.sso.core.util.StringUtils
 
hasText(String) - 类 中的静态方法com.xxl.sso.core.util.StringUtils
 

I

incrBy(String, int) - 类 中的静态方法com.xxl.sso.core.util.JedisUtil
incrBy i(+i)
init(FilterConfig) - 类 中的方法com.xxl.sso.core.filter.XxlSsoTokenFilter
 
init(FilterConfig) - 类 中的方法com.xxl.sso.core.filter.XxlSsoWebFilter
 
init(String) - 类 中的静态方法com.xxl.sso.core.util.JedisUtil
 
isPattern(String) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher
 
isPattern(String) - 接口 中的方法com.xxl.sso.core.path.PathMatcher
Does the given path represent a pattern that can be matched by an implementation of this interface?

J

JedisUtil - com.xxl.sso.core.util中的类
Redis client base on jedis
JedisUtil() - 类 的构造器com.xxl.sso.core.util.JedisUtil
 

L

login(String, XxlSsoUser) - 类 中的静态方法com.xxl.sso.core.login.SsoTokenLoginHelper
client login
login(HttpServletResponse, String, XxlSsoUser, boolean) - 类 中的静态方法com.xxl.sso.core.login.SsoWebLoginHelper
client login
loginCheck(String) - 类 中的静态方法com.xxl.sso.core.login.SsoTokenLoginHelper
login check
loginCheck(HttpServletRequest) - 类 中的静态方法com.xxl.sso.core.login.SsoTokenLoginHelper
login check
loginCheck(HttpServletRequest, HttpServletResponse) - 类 中的静态方法com.xxl.sso.core.login.SsoWebLoginHelper
login check
logout(String) - 类 中的静态方法com.xxl.sso.core.login.SsoTokenLoginHelper
client logout
logout(HttpServletRequest) - 类 中的静态方法com.xxl.sso.core.login.SsoTokenLoginHelper
client logout
logout(HttpServletRequest, HttpServletResponse) - 类 中的静态方法com.xxl.sso.core.login.SsoWebLoginHelper
client logout

M

main(String[]) - 类 中的静态方法com.xxl.sso.core.util.JedisUtil
 
makeSessionId(XxlSsoUser) - 类 中的静态方法com.xxl.sso.core.store.SsoSessionIdHelper
make client sessionId
match(String, String) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher
 
match(String, String) - 接口 中的方法com.xxl.sso.core.path.PathMatcher
Match the given path against the given pattern, according to this PathMatcher's matching strategy.
matchStart(String, String) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher
 
matchStart(String, String) - 接口 中的方法com.xxl.sso.core.path.PathMatcher
Match the given path against the corresponding part of the given pattern, according to this PathMatcher's matching strategy.
matchStrings(String, Map<String, String>) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher.AntPathStringMatcher
Main entry point.

P

parseStoreKey(String) - 类 中的静态方法com.xxl.sso.core.store.SsoSessionIdHelper
parse storeKey from sessionId
parseVersion(String) - 类 中的静态方法com.xxl.sso.core.store.SsoSessionIdHelper
parse version from sessionId
PathMatcher - com.xxl.sso.core.path中的接口
Strategy interface for String-based path matching.
put(String, XxlSsoUser) - 类 中的静态方法com.xxl.sso.core.store.SsoLoginStore
put

R

REDIRECT_URL - 类 中的静态变量com.xxl.sso.core.conf.Conf
redirect url (web client)
remove(String) - 类 中的静态方法com.xxl.sso.core.store.SsoLoginStore
remove
remove(HttpServletRequest, HttpServletResponse, String) - 类 中的静态方法com.xxl.sso.core.util.CookieUtil
删除Cookie
removeSessionIdByCookie(HttpServletRequest, HttpServletResponse) - 类 中的静态方法com.xxl.sso.core.login.SsoWebLoginHelper
client logout, cookie only
ReturnT<T> - com.xxl.sso.core.entity中的类
common return
ReturnT(int, String) - 类 的构造器com.xxl.sso.core.entity.ReturnT
 
ReturnT(T) - 类 的构造器com.xxl.sso.core.entity.ReturnT
 

S

serialVersionUID - 类 中的静态变量com.xxl.sso.core.entity.ReturnT
 
set(HttpServletResponse, String, String, boolean) - 类 中的静态方法com.xxl.sso.core.util.CookieUtil
保存
setCachePatterns(boolean) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher
Specify whether to cache parsed pattern metadata for patterns passed into this matcher's AntPathMatcher.match(java.lang.String, java.lang.String) method.
setCaseSensitive(boolean) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher
Specify whether to perform pattern matching in a case-sensitive fashion.
setCode(int) - 类 中的方法com.xxl.sso.core.entity.ReturnT
 
setData(T) - 类 中的方法com.xxl.sso.core.entity.ReturnT
 
setExpireFreshTime(long) - 类 中的方法com.xxl.sso.core.user.XxlSsoUser
 
setExpireMinite(int) - 类 中的方法com.xxl.sso.core.user.XxlSsoUser
 
setMsg(String) - 类 中的方法com.xxl.sso.core.entity.ReturnT
 
setObjectValue(String, Object, int) - 类 中的静态方法com.xxl.sso.core.util.JedisUtil
Set Object
setPathSeparator(String) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher
Set the path separator to use for pattern parsing.
setPlugininfo(Map<String, String>) - 类 中的方法com.xxl.sso.core.user.XxlSsoUser
 
setRedisExpireMinite(int) - 类 中的静态方法com.xxl.sso.core.store.SsoLoginStore
 
setStringValue(String, String, int) - 类 中的静态方法com.xxl.sso.core.util.JedisUtil
Set String
setTrimTokens(boolean) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher
Specify whether to trim tokenized paths and patterns.
setUserid(String) - 类 中的方法com.xxl.sso.core.user.XxlSsoUser
 
setUsername(String) - 类 中的方法com.xxl.sso.core.user.XxlSsoUser
 
setVersion(String) - 类 中的方法com.xxl.sso.core.user.XxlSsoUser
 
SSO_EXCLUDED_PATHS - 类 中的静态变量com.xxl.sso.core.conf.Conf
excluded paths, client relatice path, include path can be set by "filter-mapping"
SSO_LOGIN - 类 中的静态变量com.xxl.sso.core.conf.Conf
login url, server relative path (web client)
SSO_LOGIN_FAIL_RESULT - 类 中的静态变量com.xxl.sso.core.conf.Conf
login fail result
SSO_LOGOUT - 类 中的静态变量com.xxl.sso.core.conf.Conf
logout url, server relative path (web client)
SSO_LOGOUT_PATH - 类 中的静态变量com.xxl.sso.core.conf.Conf
logout path, client relatice path
SSO_SERVER - 类 中的静态变量com.xxl.sso.core.conf.Conf
sso server address (web + token client)
SSO_SESSIONID - 类 中的静态变量com.xxl.sso.core.conf.Conf
sso sessionid, between browser and sso-server (web + token client)
SSO_USER - 类 中的静态变量com.xxl.sso.core.conf.Conf
sso user, request attribute (web client)
SsoLoginStore - com.xxl.sso.core.store中的类
local login store
SsoLoginStore() - 类 的构造器com.xxl.sso.core.store.SsoLoginStore
 
SsoSessionIdHelper - com.xxl.sso.core.store中的类
make client sessionId client: cookie = [userid#version] server: redis key = [userid] value = user (user.version, valid this) // group The same group shares the login status, Different groups will not interact
SsoSessionIdHelper() - 类 的构造器com.xxl.sso.core.store.SsoSessionIdHelper
 
SsoTokenLoginHelper - com.xxl.sso.core.login中的类
 
SsoTokenLoginHelper() - 类 的构造器com.xxl.sso.core.login.SsoTokenLoginHelper
 
SsoWebLoginHelper - com.xxl.sso.core.login中的类
 
SsoWebLoginHelper() - 类 的构造器com.xxl.sso.core.login.SsoWebLoginHelper
 
StringUtils - com.xxl.sso.core.util中的类
 
StringUtils() - 类 的构造器com.xxl.sso.core.util.StringUtils
 
SUCCESS - 类 中的静态变量com.xxl.sso.core.entity.ReturnT
 
SUCCESS_CODE - 类 中的静态变量com.xxl.sso.core.entity.ReturnT
 

T

tokenizePath(String) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher
Tokenize the given path String into parts, based on this matcher's settings.
tokenizePattern(String) - 类 中的方法com.xxl.sso.core.path.impl.AntPathMatcher
Tokenize the given path pattern into parts, based on this matcher's settings.
tokenizeToStringArray(String, String, boolean, boolean) - 类 中的静态方法com.xxl.sso.core.util.StringUtils
 
toStringArray(Collection<String>) - 类 中的静态方法com.xxl.sso.core.util.StringUtils
 

X

XxlSsoException - com.xxl.sso.core.exception中的异常错误
 
XxlSsoException(String) - 异常错误 的构造器com.xxl.sso.core.exception.XxlSsoException
 
XxlSsoException(String, Throwable) - 异常错误 的构造器com.xxl.sso.core.exception.XxlSsoException
 
XxlSsoException(Throwable) - 异常错误 的构造器com.xxl.sso.core.exception.XxlSsoException
 
XxlSsoTokenFilter - com.xxl.sso.core.filter中的类
app sso filter
XxlSsoTokenFilter() - 类 的构造器com.xxl.sso.core.filter.XxlSsoTokenFilter
 
XxlSsoUser - com.xxl.sso.core.user中的类
xxl sso user
XxlSsoUser() - 类 的构造器com.xxl.sso.core.user.XxlSsoUser
 
XxlSsoWebFilter - com.xxl.sso.core.filter中的类
web sso filter
XxlSsoWebFilter() - 类 的构造器com.xxl.sso.core.filter.XxlSsoWebFilter
 
A C D E F G H I J L M P R S T X 

Copyright © 2018. All rights reserved.