Class HybrisOAuthTokenStoreTest
java.lang.Object
de.hybris.platform.webservicescommons.oauth2.token.provider.HybrisOAuthTokenStoreTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
HybrisOAuthTokenStoreTest
public HybrisOAuthTokenStoreTest()
-
-
Method Details
-
setUp
public void setUp() -
testReadAuthentication
public void testReadAuthentication() -
testReadAuthenticationForNotExistingToken
public void testReadAuthenticationForNotExistingToken() -
testReadAccessToken
public void testReadAccessToken() -
testReadNotExistingAccessToken
public void testReadNotExistingAccessToken() -
testStoreAccessToken
public void testStoreAccessToken() -
testRemoveAccessToken
public void testRemoveAccessToken() -
testFindAccessTokensByUserName
public void testFindAccessTokensByUserName() -
testFindAccessTokensByClientId
public void testFindAccessTokensByClientId() -
testReadRefreshToken
public void testReadRefreshToken() -
testReadNotExistingRefreshToken
public void testReadNotExistingRefreshToken() -
testStoreRefreshToken
public void testStoreRefreshToken() -
testReadAuthenticationForRefreshToken
public void testReadAuthenticationForRefreshToken() -
testReadAuthenticationForNotExistingRefreshToken
public void testReadAuthenticationForNotExistingRefreshToken() -
testRemoveRefreshToken
public void testRemoveRefreshToken() -
testTokenStoreDoesntThrowAnyExceptionWhenTryingToRemoveNotExistingRefreshToken
public void testTokenStoreDoesntThrowAnyExceptionWhenTryingToRemoveNotExistingRefreshToken() -
testGetAccessTokenNotFoundException
public void testGetAccessTokenNotFoundException() -
testGetAccessTokenInvalidAuthenticationError
public void testGetAccessTokenInvalidAuthenticationError() -
testGetAccess
public void testGetAccess()
-