* @param parameters
*/
public SecureWebPage(PageParameters parameters)
{
super(parameters);
setSecurityCheck(new ComponentSecurityCheck(this));
// Note this check does not handle the right to instantiate this class,
// we are to
// late for that, please check your implementation for how that is
// handled.
}