public ShiroConfigInfoPanel(final String id)
{
super(id);
final ShiroServletRequestModel shiroRequestModel = new ShiroServletRequestModel();
final WebMarkupContainer request = new WebMarkupContainer("request",
new CompoundPropertyModel<ShiroServletRequestModel>(shiroRequestModel));
request.add(new Label("toString", shiroRequestModel));
request.add(new Label("class.name"));
request.add(new Label("RemoteUser"));