Uses of Interface
org.apache.tomcat.core.RequestSecurityProvider

Uses of RequestSecurityProvider in org.apache.tomcat.core
 

Classes in org.apache.tomcat.core that implement RequestSecurityProvider
 class SimpleRequestSecurityProviderImpl
          Experimental implementation of a RequestSecurityProvider, based on the org.apache.tomcat.request.SecurityCheck.MemoryRealm class.
 

Methods in org.apache.tomcat.core that return RequestSecurityProvider
 RequestSecurityProvider Context.getRequestSecurityProvider()
          Deprecated.  
 

Methods in org.apache.tomcat.core with parameters of type RequestSecurityProvider
 void Context.setRequestSecurityProvider(RequestSecurityProvider rsProvider)
          Deprecated.  
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.