Import cleaning.

This commit is contained in:
Luke Taylor 2010-10-20 16:29:15 +01:00
parent 1724d1eac6
commit 883ca2a55d
1 changed files with 5 additions and 11 deletions

View File

@ -1,21 +1,15 @@
package org.springframework.security.web.authentication.session;
import java.util.Arrays;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.security.core.Authentication;
import org.springframework.security.web.WebAttributes;
import org.springframework.util.Assert;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import java.util.*;
/**
* The default implementation of {@link SessionAuthenticationStrategy}.
* <p>