跳过导航链接
A C D G L O R S T U V 

A

AUTH_CODE - 接口 中的静态变量cn.yerl.web.spring.sso.model.Token.meta
 

C

clearReturnUrls() - 类 中的方法cn.yerl.web.spring.sso.SSOClient
60秒清空一次未使用的return url
cn.yerl.web.spring.sso - 程序包 cn.yerl.web.spring.sso
 
cn.yerl.web.spring.sso.model - 程序包 cn.yerl.web.spring.sso.model
 
cn.yerl.web.spring.sso.properties - 程序包 cn.yerl.web.spring.sso.properties
 
configure(HttpSecurity) - 类 中的方法cn.yerl.web.spring.sso.SSOClient
配置SSO拦截器
configureGlobal(AuthenticationManagerBuilder) - 类 中的方法cn.yerl.web.spring.sso.SSOClient
配置authenticationProvider,从认验中心中获取session

D

dao - 类 中的静态变量cn.yerl.web.spring.sso.model.Token
 

G

getApplicationAddress() - 类 中的方法cn.yerl.web.spring.sso.properties.SSOProperties
 
getServerAddress() - 类 中的方法cn.yerl.web.spring.sso.properties.SSOProperties
 
getUrlPatterns() - 类 中的方法cn.yerl.web.spring.sso.properties.SSOProperties
 

L

loginUrlAuthenticationEntryPoint() - 类 中的方法cn.yerl.web.spring.sso.SSOClient
获取被登录时被拦截的请求, 并将其封装后保存到session中

O

onAuthenticationFailure(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类 中的方法cn.yerl.web.spring.sso.SSOClient
处理登录失改
onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - 类 中的方法cn.yerl.web.spring.sso.SSOClient
处理登录成功,如果session中存有return_req,则重定向到/api/security/rewrite中,返回之前的结果 之后以不在这个方法中返回之前的结果,是因为要将session_id的cookie写到response中

R

rewrite(String, HttpServletRequest, HttpServletResponse) - 类 中的方法cn.yerl.web.spring.sso.SSOClient
回写被拦截的请求的结果

S

setApplicationAddress(String) - 类 中的方法cn.yerl.web.spring.sso.properties.SSOProperties
 
setServerAddress(String) - 类 中的方法cn.yerl.web.spring.sso.properties.SSOProperties
 
setUrlPatterns(String) - 类 中的方法cn.yerl.web.spring.sso.properties.SSOProperties
 
SSOClient - cn.yerl.web.spring.sso中的类
Configuration for SSO Created by alan on 2017/3/13.
SSOClient() - 类 的构造器cn.yerl.web.spring.sso.SSOClient
 
SSOProperties - cn.yerl.web.spring.sso.properties中的类
 
SSOProperties() - 类 的构造器cn.yerl.web.spring.sso.properties.SSOProperties
 

T

TABLE_NAME - 接口 中的静态变量cn.yerl.web.spring.sso.model.Token.meta
 
Token - cn.yerl.web.spring.sso.model中的类
Token Created by Alan Yeh on 2017/4/20.
Token() - 类 的构造器cn.yerl.web.spring.sso.model.Token
 
Token.meta - cn.yerl.web.spring.sso.model中的接口
 

U

USER_CODE - 接口 中的静态变量cn.yerl.web.spring.sso.model.Token.meta
 

V

validate(String, String, HttpServletRequest, HttpServletResponse) - 类 中的方法cn.yerl.web.spring.sso.SSOClient
验证token Spring Security的login loginProcessingUrl必须使用post请求 而SSO通过redirect返回回来必定是GET请求,所以使用这个方法进行代理
A C D G L O R S T U V 
跳过导航链接