Uses of Class
com.flyfish.oauth.domain.OAuthSSOToken
Packages that use OAuthSSOToken
-
Uses of OAuthSSOToken in com.flyfish.oauth.client
Methods in com.flyfish.oauth.client that return OAuthSSOTokenModifier and TypeMethodDescriptionstatic OAuthSSOTokenOAuth2SsoClientInitializer.authenticate(OAuthSSOToken token) static OAuthSSOTokenOAuth2SsoClientInitializer.clientToken()Methods in com.flyfish.oauth.client with parameters of type OAuthSSOTokenModifier and TypeMethodDescriptionstatic OAuthSSOTokenOAuth2SsoClientInitializer.authenticate(OAuthSSOToken token) -
Uses of OAuthSSOToken in com.flyfish.oauth.common
Methods in com.flyfish.oauth.common that return OAuthSSOToken -
Uses of OAuthSSOToken in com.flyfish.oauth.entry
Methods in com.flyfish.oauth.entry that return OAuthSSOTokenModifier and TypeMethodDescriptionAbstractAuthenticationEntryPoint.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