Uses of Class
com.broadleafcommerce.auth.resource.domain.UserOperationInformation
Packages that use UserOperationInformation
Package
Description
-
Uses of UserOperationInformation in com.broadleafcommerce.auth.resource.service
Methods in com.broadleafcommerce.auth.resource.service that return UserOperationInformationModifier and TypeMethodDescriptionDefaultUserOperationService.getUserOperationInformation(Collection<String> scopes) DefaultUserOperationService.getUserOperationInformation(Collection<String> scopes, String accountId) UserOperationService.getUserOperationInformation(Collection<String> scopes) Finds theUserOperationInformationfor the current user and the given scopes.UserOperationService.getUserOperationInformation(Collection<String> scopes, String accountId) Finds theUserOperationInformationfor 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
Methods in com.broadleafcommerce.auth.user.web.endpoint that return UserOperationInformationModifier and TypeMethodDescriptionUserAccessController.findUserOperationsByScope(Set<String> scopes) UserAccessController.findUserOperationsByScope(Set<String> scopes, String accountId)