Package | Description |
---|---|
com.broadleafcommerce.auth.resource.web.endpoint | |
com.broadleafcommerce.auth.user.messaging | |
com.broadleafcommerce.auth.user.service |
Modifier and Type | Method and Description |
---|---|
void |
UserAttributesEndpoint.updateUserAttributes(UserAttributesRequest userAttributesRequest) |
Modifier and Type | Method and Description |
---|---|
void |
UserAttributesEventListener.listen(org.springframework.messaging.Message<UserAttributesRequest> message) |
protected void |
UserAttributesEventListener.processMessage(org.springframework.messaging.Message<UserAttributesRequest> message) |
Modifier and Type | Method and Description |
---|---|
void |
UserAttributesRequestHandler.handle(UserAttributesRequest request)
Updates
User attributes with the supplied
attributes in UserAttributesRequest . |
void |
DefaultUserAttributesRequestHandler.handle(UserAttributesRequest request)
Puts the requested attributes into the attributes map for the specified
User . |
Copyright © 2021. All rights reserved.