Uses of Class
com.broadleafcommerce.auth.resource.domain.UserOperationInformation
-
Packages that use UserOperationInformation Package Description com.broadleafcommerce.auth.resource.service com.broadleafcommerce.auth.user.web.endpoint -
-
Uses of UserOperationInformation in com.broadleafcommerce.auth.resource.service
Methods in com.broadleafcommerce.auth.resource.service that return UserOperationInformation Modifier and Type Method Description UserOperationInformation
DefaultUserOperationService. getUserOperationInformation(Collection<String> scopes)
UserOperationInformation
UserOperationService. getUserOperationInformation(Collection<String> scopes)
Finds theUserOperationInformation
for the current user and the given scopes. -
Uses of UserOperationInformation in com.broadleafcommerce.auth.user.web.endpoint
Methods in com.broadleafcommerce.auth.user.web.endpoint that return UserOperationInformation Modifier and Type Method Description UserOperationInformation
UserAccessController. findUserOperationsByScope(Set<String> scopes)
-