public class AnonymousRequestHandler extends Object implements RequestHandler
Constructor and Description |
---|
AnonymousRequestHandler() |
Modifier and Type | Method and Description |
---|---|
RequestHandler |
init(Map<String,String> properties)
Used for initialize request handler with properties given in descriptor
definition.
|
boolean |
isRequestRedirectedToApplication(javax.servlet.http.HttpServletRequest request)
return true if the request is a candidate for the Application described
into the
ApplicationDescriptor . |
boolean |
isRequestRedirectedToApplicationLoginForm(javax.servlet.http.HttpServletRequest request)
return true if the request is a candidate for the specific login form
described by application
|
public boolean isRequestRedirectedToApplicationLoginForm(javax.servlet.http.HttpServletRequest request)
RequestHandler
isRequestRedirectedToApplicationLoginForm
in interface RequestHandler
public boolean isRequestRedirectedToApplication(javax.servlet.http.HttpServletRequest request)
RequestHandler
ApplicationDescriptor
.isRequestRedirectedToApplication
in interface RequestHandler
public RequestHandler init(Map<String,String> properties)
RequestHandler
init
in interface RequestHandler
Copyright © 2014 Nuxeo SA. All rights reserved.