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 UserOperationInformationDefaultUserOperationService. getUserOperationInformation(Collection<String> scopes)UserOperationInformationUserOperationService. getUserOperationInformation(Collection<String> scopes)Finds theUserOperationInformationfor 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 UserOperationInformationUserAccessController. findUserOperationsByScope(Set<String> scopes)
-