Example #1
0
 @Override
 protected void configure(
     KeycloakSession session, RealmManager manager, RealmModel adminRealm) {
   AdapterTestStrategy.baseAdapterTestInitialization(
       session, manager, adminRealm, getClass());
 }
Example #2
0
 /** KEYCLOAK-741 */
 @Test
 public void testSessionInvalidatedAfterFailedRefresh() throws Throwable {
   testStrategy.testSessionInvalidatedAfterFailedRefresh();
 }
Example #3
0
 /** KEYCLOAK-942 */
 @Test
 public void testAdminApplicationLogout() throws Throwable {
   testStrategy.testAdminApplicationLogout();
 }
Example #4
0
 @Test
 public void testVersion() throws Exception {
   testStrategy.testVersion();
 }
Example #5
0
 /**
  * KEYCLOAK-732
  *
  * @throws Throwable
  */
 @Test
 public void testSingleSessionInvalidated() throws Throwable {
   testStrategy.testSingleSessionInvalidated();
 }
Example #6
0
 /**
  * KEYCLOAK-518
  *
  * @throws Exception
  */
 @Test
 public void testNullBearerToken() throws Exception {
   testStrategy.testNullBearerToken();
 }
Example #7
0
 /**
  * KEYCLOAK-518
  *
  * @throws Exception
  */
 @Test
 public void testBadUser() throws Exception {
   testStrategy.testBadUser();
 }
Example #8
0
 @Test
 public void testLoginSSOMax() throws Exception {
   testStrategy.testLoginSSOMax();
 }
Example #9
0
 @Test
 public void testLoginSSOIdleRemoveExpiredUserSessions() throws Exception {
   testStrategy.testLoginSSOIdleRemoveExpiredUserSessions();
 }
Example #10
0
 @Test
 public void testServletRequestLogout() throws Exception {
   testStrategy.testServletRequestLogout();
 }
Example #11
0
 @Test
 public void testSavedPostRequest() throws Exception {
   testStrategy.testSavedPostRequest();
 }
Example #12
0
 @Test
 public void testLoginSSOAndLogout() throws Exception {
   testStrategy.testLoginSSOAndLogout();
 }