/**
* Calls a protected the method 'executeAnonymousLogin' in NexusHttpAuthenticationFilter, and returns the result.
*/
private boolean callExecuteAnonymousLogin() {
return new NexusHttpAuthenticationFilter()
{
// expose protected method
@Override
public boolean executeAnonymousLogin(ServletRequest request, ServletResponse response) {
return super.executeAnonymousLogin(request, response);