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 TypeMethodDescriptionvoidUserAttributesEndpoint.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 TypeMethodDescriptionvoidUserAttributesEventListener.listen(org.springframework.messaging.Message<UserAttributesRequest> message) protected voidUserAttributesEventListener.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 TypeMethodDescriptionvoidDefaultUserAttributesRequestHandler.handle(UserAttributesRequest request) Puts the requested attributes into the attributes map for the specifiedUser.voidUserAttributesRequestHandler.handle(UserAttributesRequest request) UpdatesUserattributes with the supplied attributes inUserAttributesRequest.