@Override protected void configure( KeycloakSession session, RealmManager manager, RealmModel adminRealm) { AdapterTestStrategy.baseAdapterTestInitialization( session, manager, adminRealm, getClass()); }
/** KEYCLOAK-741 */ @Test public void testSessionInvalidatedAfterFailedRefresh() throws Throwable { testStrategy.testSessionInvalidatedAfterFailedRefresh(); }
/** KEYCLOAK-942 */ @Test public void testAdminApplicationLogout() throws Throwable { testStrategy.testAdminApplicationLogout(); }
@Test public void testVersion() throws Exception { testStrategy.testVersion(); }
/** * KEYCLOAK-732 * * @throws Throwable */ @Test public void testSingleSessionInvalidated() throws Throwable { testStrategy.testSingleSessionInvalidated(); }
/** * KEYCLOAK-518 * * @throws Exception */ @Test public void testNullBearerToken() throws Exception { testStrategy.testNullBearerToken(); }
/** * KEYCLOAK-518 * * @throws Exception */ @Test public void testBadUser() throws Exception { testStrategy.testBadUser(); }
@Test public void testLoginSSOMax() throws Exception { testStrategy.testLoginSSOMax(); }
@Test public void testLoginSSOIdleRemoveExpiredUserSessions() throws Exception { testStrategy.testLoginSSOIdleRemoveExpiredUserSessions(); }
@Test public void testServletRequestLogout() throws Exception { testStrategy.testServletRequestLogout(); }
@Test public void testSavedPostRequest() throws Exception { testStrategy.testSavedPostRequest(); }
@Test public void testLoginSSOAndLogout() throws Exception { testStrategy.testLoginSSOAndLogout(); }