Uses of Interface
com.broadleafcommerce.auth.user.service.UserAttributesRequestHandler
Packages that use UserAttributesRequestHandler
Package
Description
-
Uses of UserAttributesRequestHandler in com.broadleafcommerce.auth.resource.web.endpoint
Methods in com.broadleafcommerce.auth.resource.web.endpoint that return UserAttributesRequestHandlerModifier and TypeMethodDescriptionprotected UserAttributesRequestHandlerUserAttributesEndpoint.getUserAttributesRequestHandler()Constructors in com.broadleafcommerce.auth.resource.web.endpoint with parameters of type UserAttributesRequestHandlerModifierConstructorDescriptionUserAttributesEndpoint(UserAttributesRequestHandler userAttributesRequestHandler) -
Uses of UserAttributesRequestHandler in com.broadleafcommerce.auth.user.messaging
Methods in com.broadleafcommerce.auth.user.messaging that return UserAttributesRequestHandlerModifier and TypeMethodDescriptionprotected UserAttributesRequestHandlerUserAttributesEventListener.getUserAttributesRequestHandler()Constructors in com.broadleafcommerce.auth.user.messaging with parameters of type UserAttributesRequestHandlerModifierConstructorDescriptionUserAttributesEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, UserAttributesRequestHandler userAttributesRequestHandler) -
Uses of UserAttributesRequestHandler in com.broadleafcommerce.auth.user.messaging.autoconfigure
Methods in com.broadleafcommerce.auth.user.messaging.autoconfigure with parameters of type UserAttributesRequestHandlerModifier and TypeMethodDescriptionAuthUserMessagingAutoConfiguration.userClaimsEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, UserAttributesRequestHandler userAttributesRequestHandler) -
Uses of UserAttributesRequestHandler in com.broadleafcommerce.auth.user.service
Classes in com.broadleafcommerce.auth.user.service that implement UserAttributesRequestHandler -
Uses of UserAttributesRequestHandler in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return UserAttributesRequestHandlerModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.userClaimsRequestHandler(UserService<User> userService)