setVisible(!AuthenticatedWebSession.exists() || !AuthenticatedWebSession.get().isSignedIn());
}
};
add(signIn);
IdentificationPopoverPanel identificationPopoverPanel = new IdentificationPopoverPanel("identificationPopoverPanel");
add(identificationPopoverPanel);
BootstrapPopoverOptions popoverOptions = new BootstrapPopoverOptions();
popoverOptions.setTitleText(new ResourceModel("navigation.signIn").getObject());
popoverOptions.setContentComponent(identificationPopoverPanel);