Uses of Class
com.broadleafcommerce.auth.user.domain.AuthenticationEvent
-
Packages that use AuthenticationEvent Package Description com.broadleafcommerce.auth.user.domain com.broadleafcommerce.auth.user.service -
-
Uses of AuthenticationEvent in com.broadleafcommerce.auth.user.domain
Methods in com.broadleafcommerce.auth.user.domain that return AuthenticationEvent Modifier and Type Method Description AuthenticationEvent
AuthenticationEvent. withAttribute(String key, Object value)
Convenience method for adding any additional attributes for the event -
Uses of AuthenticationEvent in com.broadleafcommerce.auth.user.service
Methods in com.broadleafcommerce.auth.user.service with parameters of type AuthenticationEvent Modifier and Type Method Description protected void
DefaultUserMessagingService. sendAuthenticationMessage(@NonNull AuthenticationEvent event)
Responsible for actually sending the event message
-