| java.lang.Object com.meterware.servletunit.WebApplication
Inner Class :static class SecurityCheckServlet extends HttpServlet | |
Inner Class :interface SecurityConstraint | |
Inner Class :static class NullSecurityConstraint implements SecurityConstraint | |
Inner Class :static class SecurityConstraintImpl implements SecurityConstraint | |
Inner Class :static class WebResourceMapping | |
Inner Class :static class PartialMatchWebResourceMapping extends WebResourceMapping | |
Inner Class :class WebResourceMap | |
Method Summary | |
void | destroyServlets() Calls the destroy method for every active servlet. | String | getAuthenticationRealm() | Hashtable | getContextParameters() | String | getContextPath() | String | getDisplayName() | URL | getErrorURL() | URL | getLoginURL() | String[] | getPermittedRoles(URL url) Returns an array containing the roles permitted to access the specified URL. | File | getResourceFile(String path) | ServletContext | getServletContext() | ServletMetaData | getServletRequest(URL url) | void | registerServlet(String resourceName, String servletClassName, Hashtable initParams) Registers a servlet class to be run. | void | registerServlet(String resourceName, ServletConfiguration servletConfiguration) Registers a servlet to be run. | boolean | requiresAuthorization(URL url) Returns true if the specified path may only be accesses by an authorized user. | void | sendAttributeAdded(String name, Object value) | public void | sendAttributeAdded(HttpSession session, String name, Object value) | void | sendAttributeRemoved(String name, Object value) | public void | sendAttributeRemoved(HttpSession session, String name, Object oldValue) | void | sendAttributeReplaced(String name, Object value) | public void | sendAttributeReplaced(HttpSession session, String name, Object oldValue) | public void | sendSessionCreated(HttpSession session) | public void | sendSessionDestroyed(HttpSession session) | void | shutDown() | boolean | usesBasicAuthentication() Returns true if this application uses Basic Authentication. | boolean | usesFormAuthentication() Returns true if this application uses form-based authentication. |
ANY_LOAD_ORDER | final static int ANY_LOAD_ORDER(Code) | | |
DONT_AUTOLOAD | final static int DONT_AUTOLOAD(Code) | | |
WebApplication | WebApplication()(Code) | | Constructs a default application spec with no information.
|
destroyServlets | void destroyServlets()(Code) | | Calls the destroy method for every active servlet.
|
getAuthenticationRealm | String getAuthenticationRealm()(Code) | | |
getPermittedRoles | String[] getPermittedRoles(URL url)(Code) | | Returns an array containing the roles permitted to access the specified URL.
|
registerServlet | void registerServlet(String resourceName, String servletClassName, Hashtable initParams)(Code) | | Registers a servlet class to be run.
|
registerServlet | void registerServlet(String resourceName, ServletConfiguration servletConfiguration)(Code) | | Registers a servlet to be run.
|
requiresAuthorization | boolean requiresAuthorization(URL url)(Code) | | Returns true if the specified path may only be accesses by an authorized user.
Parameters: url - the application-relative path of the URL |
shutDown | void shutDown()(Code) | | |
usesBasicAuthentication | boolean usesBasicAuthentication()(Code) | | Returns true if this application uses Basic Authentication.
|
usesFormAuthentication | boolean usesFormAuthentication()(Code) | | Returns true if this application uses form-based authentication.
|
|
|