Uses of Class
com.broadleafcommerce.auth.resource.domain.UserOperation
Packages that use UserOperation
Package
Description
-
Uses of UserOperation in com.broadleafcommerce.auth.resource.domain
Methods in com.broadleafcommerce.auth.resource.domain that return types with arguments of type UserOperationConstructor parameters in com.broadleafcommerce.auth.resource.domain with type arguments of type UserOperation -
Uses of UserOperation in com.broadleafcommerce.auth.resource.service
Methods in com.broadleafcommerce.auth.resource.service that return UserOperationModifier and TypeMethodDescriptionprotected UserOperation
DefaultUserOperationService.mapPermissionScopeToUserOperation
(PermissionScope permissionScope, Set<String> userAuthorities) Methods in com.broadleafcommerce.auth.resource.service that return types with arguments of type UserOperationModifier and TypeMethodDescriptionDefaultUserOperationService.findAllByScopeIn
(Collection<String> scopes) UserOperationService.findAllByScopeIn
(Collection<String> scopes) Deprecated.protected Collection<UserOperation>
DefaultUserOperationService.getUserOperationsForScope
(String scope, List<PermissionScope> permissionScopes, Set<String> userAuthorities)
UserOperationService.getUserOperationInformation(Collection, String)
instead