Uses of Class
com.broadleafcommerce.auth.resource.domain.UserOperationInformation
Package
Description
-
Uses of UserOperationInformation in com.broadleafcommerce.auth.resource.service
Modifier and TypeMethodDescriptionDefaultUserOperationService.getUserOperationInformation
(Collection<String> scopes) DefaultUserOperationService.getUserOperationInformation
(Collection<String> scopes, String accountId) UserOperationService.getUserOperationInformation
(Collection<String> scopes) Finds theUserOperationInformation
for the current user and the given scopes.UserOperationService.getUserOperationInformation
(Collection<String> scopes, String accountId) Finds theUserOperationInformation
for the current user and the given scopes by mapping their roles via the current user's account information. -
Uses of UserOperationInformation in com.broadleafcommerce.auth.user.web.endpoint
Modifier and TypeMethodDescriptionUserAccessController.findUserOperationsByScope
(Set<String> scopes) UserAccessController.findUserOperationsByScope
(Set<String> scopes, String accountId)