public abstract class AbstractRefreshTokenSupportTests extends AbstractIntegrationTests
AbstractIntegrationTests.DoNotOverride
context, 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, tokenPath
public void testHappyDay() throws Exception
Exception
protected void verifyAccessTokens(OAuth2AccessToken oldAccessToken, OAuth2AccessToken newAccessToken)
protected void verifyTokenResponse(String accessToken, org.springframework.http.HttpStatus status)
Copyright © 2014. All rights reserved.