Class DefaultOAuthTokenDaoTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DefaultOAuthTokenDaoTest extends ServicelayerTransactionalTest
  • Constructor Details

    • DefaultOAuthTokenDaoTest

      public DefaultOAuthTokenDaoTest()
  • Method Details

    • setUp

      public void setUp()
    • findAccessTokenByIdTest

      public void findAccessTokenByIdTest()
    • findNotExistingAccessTokenTest

      public void findNotExistingAccessTokenTest()
    • findRefreshTokenByIdTest

      public void findRefreshTokenByIdTest()
    • findNotExistingRefreshTokenTest

      public void findNotExistingRefreshTokenTest()
    • findAccessTokenByRefreshTokenIdTest

      public void findAccessTokenByRefreshTokenIdTest()
    • findAccessTokenForNotExistingRefreshTokenTest

      public void findAccessTokenForNotExistingRefreshTokenTest()
    • findMultipleAccessTokenByRefreshTokenIdTest

      public void findMultipleAccessTokenByRefreshTokenIdTest()
    • findAccessTokenListByRefreshTokenIdTest

      public void findAccessTokenListByRefreshTokenIdTest()
    • findAccessTokenListForNotExistingRefreshTokenTest

      public void findAccessTokenListForNotExistingRefreshTokenTest()
    • findAccessTokenForNotExistingAuthenticationTest

      public void findAccessTokenForNotExistingAuthenticationTest()
    • findAccessTokenListForClientTest

      public void findAccessTokenListForClientTest()
    • findAccessTokenListForNotExistingClientTest

      public void findAccessTokenListForNotExistingClientTest()
    • findAccessTokenListForUserTest

      public void findAccessTokenListForUserTest()
    • findAccessTokenListForNotExistingUserNameTest

      public void findAccessTokenListForNotExistingUserNameTest()
    • findAccessTokenListForClientAndUserTest

      public void findAccessTokenListForClientAndUserTest()
    • findAccessTokenListForNotExistingClientAndUserTest

      public void findAccessTokenListForNotExistingClientAndUserTest()
    • findAccessTokenListForClientAndNotExistingUserTest

      public void findAccessTokenListForClientAndNotExistingUserTest()
    • findAccessTokenListForNotExistingClientAndNotExistingUserTest

      public void findAccessTokenListForNotExistingClientAndNotExistingUserTest()