Class HybrisOAuthTokenStoreTest

java.lang.Object
de.hybris.platform.webservicescommons.oauth2.token.provider.HybrisOAuthTokenStoreTest

@UnitTest public class HybrisOAuthTokenStoreTest extends Object
  • 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()