Uses of Class
com.broadleafcommerce.auth.resource.domain.UserAttributesRequest
Packages that use UserAttributesRequest
Package
Description
-
Uses of UserAttributesRequest in com.broadleafcommerce.auth.resource.web.endpoint
Methods in com.broadleafcommerce.auth.resource.web.endpoint with parameters of type UserAttributesRequestModifier and TypeMethodDescriptionvoid
UserAttributesEndpoint.updateUserAttributes
(UserAttributesRequest userAttributesRequest) -
Uses of UserAttributesRequest in com.broadleafcommerce.auth.user.messaging
Method parameters in com.broadleafcommerce.auth.user.messaging with type arguments of type UserAttributesRequestModifier and TypeMethodDescriptionvoid
UserAttributesEventListener.listen
(org.springframework.messaging.Message<UserAttributesRequest> message) protected void
UserAttributesEventListener.processMessage
(org.springframework.messaging.Message<UserAttributesRequest> message) -
Uses of UserAttributesRequest in com.broadleafcommerce.auth.user.service
Methods in com.broadleafcommerce.auth.user.service with parameters of type UserAttributesRequestModifier and TypeMethodDescriptionvoid
DefaultUserAttributesRequestHandler.handle
(UserAttributesRequest request) Puts the requested attributes into the attributes map for the specifiedUser
.void
UserAttributesRequestHandler.handle
(UserAttributesRequest request) UpdatesUser
attributes with the supplied attributes inUserAttributesRequest
.