Class HybrisOAuthTokenStoreTest


  • @UnitTest
    public class HybrisOAuthTokenStoreTest
    extends java.lang.Object
    • Constructor Detail

      • HybrisOAuthTokenStoreTest

        public HybrisOAuthTokenStoreTest()
    • Method Detail

      • 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()
      • testGetAccessTokenNotFoundException

        public void testGetAccessTokenNotFoundException()
      • testGetAccessTokenInvalidAuthenticationError

        public void testGetAccessTokenInvalidAuthenticationError()
      • testGetAccess

        public void testGetAccess()