|
|
|
@ -222,6 +222,7 @@ public class OAuth2LoginAuthenticationFilter extends AbstractAuthenticationProce |
|
|
|
* authentication result. |
|
|
|
* authentication result. |
|
|
|
* @param authenticationResultConverter the converter for |
|
|
|
* @param authenticationResultConverter the converter for |
|
|
|
* {@link OAuth2AuthenticationToken}'s |
|
|
|
* {@link OAuth2AuthenticationToken}'s |
|
|
|
|
|
|
|
* @since 5.6 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public final void setAuthenticationResultConverter( |
|
|
|
public final void setAuthenticationResultConverter( |
|
|
|
Converter<OAuth2LoginAuthenticationToken, OAuth2AuthenticationToken> authenticationResultConverter) { |
|
|
|
Converter<OAuth2LoginAuthenticationToken, OAuth2AuthenticationToken> authenticationResultConverter) { |
|
|
|
|