org.broadleafcommerce.profile.web.core.security
Class SessionFixationProtectionCookie

java.lang.Object
  extended by org.broadleafcommerce.profile.web.core.security.SessionFixationProtectionCookie

public class SessionFixationProtectionCookie
extends Object

Cookie used to protected against session fixation attacks

Author:
Andre Azzolini (apazzolini)
See Also:
SessionFixationProtectionFilter

Field Summary
static String COOKIE_NAME
           
protected  org.apache.commons.logging.Log logger
           
 
Constructor Summary
SessionFixationProtectionCookie()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.apache.commons.logging.Log logger

COOKIE_NAME

public static final String COOKIE_NAME
See Also:
Constant Field Values
Constructor Detail

SessionFixationProtectionCookie

public SessionFixationProtectionCookie()


Copyright © 2013. All Rights Reserved.