public abstract class AbstractRefreshTokenSupportTests extends AbstractIntegrationTests
AbstractIntegrationTests.DoNotOverridecontext, http| Constructor and Description |
|---|
AbstractRefreshTokenSupportTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
testHappyDay()
tests a happy-day flow of the refresh token provider.
|
protected void |
verifyAccessTokens(OAuth2AccessToken oldAccessToken,
OAuth2AccessToken newAccessToken) |
protected void |
verifyTokenResponse(String accessToken,
org.springframework.http.HttpStatus status) |
authorizePath, checkTokenPath, close, fixPaths, getBasicAuthentication, getPassword, getUsername, init, setAuthorizePath, setCheckTokenPath, setTokenKeyPath, setTokenPath, tokenKeyPath, tokenPathpublic void testHappyDay()
throws Exception
Exceptionprotected void verifyAccessTokens(OAuth2AccessToken oldAccessToken, OAuth2AccessToken newAccessToken)
protected void verifyTokenResponse(String accessToken, org.springframework.http.HttpStatus status)
Copyright © 2014. All rights reserved.