类的使用
com.flyfish.oauth.domain.OAuthSSOToken
使用OAuthSSOToken的程序包
-
com.flyfish.oauth.client中OAuthSSOToken的使用
修饰符和类型方法说明static OAuthSSOTokenOAuth2SsoClientInitializer.authenticate(OAuthSSOToken token) static OAuthSSOTokenOAuth2SsoClientInitializer.clientToken()参数类型为OAuthSSOToken的com.flyfish.oauth.client中的方法 -
com.flyfish.oauth.common中OAuthSSOToken的使用
-
com.flyfish.oauth.entry中OAuthSSOToken的使用
修饰符和类型方法说明AbstractAuthenticationEntryPoint.getAccessToken(String code, String grantType, String redirect) AuthenticationEntryPoint.getAccessToken(String code, String grantType) 根据授权码和鉴权类型获取授权信息AuthenticationEntryPoint.getAccessToken(String code, String grantType, String redirect) 根据授权码和鉴权类型获取授权信息CodeAuthenticationEntryPoint.getAccessToken(String code, String grantType) 已过时。ScribeAuthenticationEntryPoint.getAccessToken(String code, String grantType) ScribeAuthenticationEntryPoint.getAccessToken(String code, String grantType, String redirect) AuthenticationEntryPoint.getClientToken()获取AccessTokenCodeAuthenticationEntryPoint.getClientToken()已过时。获取AccessTokenScribeAuthenticationEntryPoint.getClientToken()获取AccessTokenAuthenticationEntryPoint.refreshAccessToken(String refreshToken) 刷新当前已经失效的token,使用refreshTokenCodeAuthenticationEntryPoint.refreshAccessToken(String refreshToken) 已过时。刷新当前已经失效的token,使用refreshTokenScribeAuthenticationEntryPoint.refreshAccessToken(String refreshToken) 刷新当前已经失效的token,使用refreshToken