org.apache.tomcat.core
Interface RequestSecurityProvider

All Known Implementing Classes:
SimpleRequestSecurityProviderImpl

Deprecated. Will be removed after security is implemented in tomcat

public interface RequestSecurityProvider

Author:
Harish Prabandham

Method Summary
 java.security.Principal getUserPrincipal(Context context, javax.servlet.http.HttpServletRequest req)
          Deprecated.  
 boolean isSecure(Context context, javax.servlet.http.HttpServletRequest req)
          Deprecated.  
 boolean isUserInRole(Context context, javax.servlet.http.HttpServletRequest req, java.lang.String role)
          Deprecated.  
 

Method Detail

isUserInRole

public boolean isUserInRole(Context context,
                            javax.servlet.http.HttpServletRequest req,
                            java.lang.String role)
Deprecated. 

getUserPrincipal

public java.security.Principal getUserPrincipal(Context context,
                                                javax.servlet.http.HttpServletRequest req)
Deprecated. 

isSecure

public boolean isSecure(Context context,
                        javax.servlet.http.HttpServletRequest req)
Deprecated. 


Copyright © 2000 Apache Software Foundation. All Rights Reserved.