Class CustomerAuthenticatedFromCookieEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.broadleafcommerce.profile.web.core.security.CustomerAuthenticatedFromCookieEvent
- All Implemented Interfaces:
Serializable
public class CustomerAuthenticatedFromCookieEvent
extends org.springframework.context.ApplicationEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionCustomerAuthenticatedFromCookieEvent(org.broadleafcommerce.profile.core.domain.Customer customer, Object source) -
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.profile.core.domain.CustomervoidsetCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
CustomerAuthenticatedFromCookieEvent
public CustomerAuthenticatedFromCookieEvent(org.broadleafcommerce.profile.core.domain.Customer customer, Object source)
-
-
Method Details
-
getCustomer
public org.broadleafcommerce.profile.core.domain.Customer getCustomer() -
setCustomer
public void setCustomer(org.broadleafcommerce.profile.core.domain.Customer customer)
-