Uses of Class
com.broadleafcommerce.auth.resource.domain.UserOperation
-
Packages that use UserOperation Package Description com.broadleafcommerce.auth.resource.domain com.broadleafcommerce.auth.resource.service -
-
Uses of UserOperation in com.broadleafcommerce.auth.resource.domain
Methods in com.broadleafcommerce.auth.resource.domain that return types with arguments of type UserOperation Modifier and Type Method Description List<UserOperation>
UserOperationInformation. getContent()
Constructor parameters in com.broadleafcommerce.auth.resource.domain with type arguments of type UserOperation Constructor Description UserOperationInformation(List<UserOperation> content)
-
Uses of UserOperation in com.broadleafcommerce.auth.resource.service
Methods in com.broadleafcommerce.auth.resource.service that return types with arguments of type UserOperation Modifier and Type Method Description List<UserOperation>
DefaultUserOperationService. findAllByScopeIn(Collection<String> scopes)
List<UserOperation>
UserOperationService. findAllByScopeIn(Collection<String> scopes)
Deprecated.
-