类 CodeAuthenticationEntryPoint
java.lang.Object
com.flyfish.oauth.entry.AbstractAuthenticationEntryPoint
com.flyfish.oauth.entry.CodeAuthenticationEntryPoint
- 所有已实现的接口:
AuthenticationEntryPoint
已过时。
授权码模式接入点
- 作者:
- wangyu
-
字段概要
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidconfigure(OAuth2SsoProperties properties) 已过时。初始化配置(自定义配置)getAccessToken(String code, String grantType) 已过时。根据授权码和鉴权类型获取授权信息已过时。获取AccessToken已过时。获取配置,可能外部需要booleanlogout(javax.servlet.http.HttpServletRequest request) 已过时。登出。redirectUrl(OAuthRequestParser context) 已过时。跳转登录页,主要用于上下文保存refreshAccessToken(String refreshToken) 已过时。刷新当前已经失效的token,使用refreshToken
-
构造器详细资料
-
CodeAuthenticationEntryPoint
已过时。
-
-
方法详细资料
-
configure
-
getProperties
-
getClientToken
-
getAccessToken
-
refreshAccessToken
已过时。刷新当前已经失效的token,使用refreshToken- 参数:
refreshToken- 刷新token- 返回:
- 结果
-
redirectUrl
-
logout
public boolean logout(javax.servlet.http.HttpServletRequest request) 已过时。登出。触发登出操作- 参数:
request- 请求- 返回:
- 结果
-