jrun.servlet.security
Interface WebAppSecurity
- All Superinterfaces:
- ConfigurableServicePartitionMBean, java.io.Serializable, Service, ServiceMBean, ServicePartitionMBean, WebAppSecurityServiceMBean
- All Known Implementing Classes:
- WebAppSecurityService
- public interface WebAppSecurity
- extends WebAppSecurityServiceMBean
Processes and stores security data for a web application. It parses the web.xml
and creates WebAppAuthenticationFactorys and SecurityFilters. It also finds
the JRunSecurityManager.
- Author:
- Brian Deitte
| Methods inherited from interface jrunx.kernel.ServiceMBean |
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind |
requestBegin
public void requestBegin(javax.servlet.http.HttpServletRequest request)
- This method needs to be called once at the beginning of every request.
requestEnd
public void requestEnd()
- This method needs to be called once at the end every request.
getResource
public WebResourceCollection getResource(java.lang.String resourceName)
getSecurityFilters
public java.util.Iterator getSecurityFilters()
getSSL
public SSL getSSL()
Copyright � 2002 Macromedia Corporation. All Rights Reserved.