/*
- * $Header: /cvsroot/securityfilter/securityfilter/src/share/org/securityfilter/filter/SecurityRequestWrapper.java,v 1.7 2003/01/18 07:14:49 dayash Exp $
- * $Revision: 1.7 $
- * $Date: 2003/01/18 07:14:49 $
+ * $Header: /cvsroot/securityfilter/securityfilter/src/share/org/securityfilter/filter/SecurityRequestWrapper.java,v 1.8 2003/07/07 04:16:40 maxcooper Exp $
+ * $Revision: 1.8 $
+ * $Date: 2003/07/07 04:16:40 $
*
* ====================================================================
* The SecurityFilter Software License, Version 1.1
* @author Max Cooper (max@maxcooper.com)
* @author Daya Sharma (iamdaya@yahoo.com, billydaya@sbcglobal.net)
* @author Torgeir Veimo (torgeir@pobox.com)
- * @version $Revision: 1.7 $ $Date: 2003/01/18 07:14:49 $
+ * @version $Revision: 1.8 $ $Date: 2003/07/07 04:16:40 $
*/
public class SecurityRequestWrapper extends HttpServletRequestWrapper {
public static final String PRINCIPAL_SESSION_KEY = SecurityRequestWrapper.class.getName() + ".PRINCIPAL";
/**
* Returns FORM_AUTH if the user has been authenticated, null otherwise.
+ *
+ * todo: add BASIC support
*/
public String getAuthType() {
if (getUserPrincipal() != null) {