@Test
  public void testCanHandleAnyRealmToken() throws JAXBException {
    boolean canHandle = validator.canHandleToken(receivedAnyRealmToken);

    assertTrue(canHandle);
  }