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 TypeMethodDescriptionprotected UserOperationInformationDefaultUserOperationService.buildUserOperationInformation(Collection<String> scopes, Set<String> allGrantedAuthorities) Builds aUserOperationInformationresponse for the given scopes and granted authorities.DefaultUserOperationService.getUserOperationInformation(Collection<String> scopes, String clientId) DefaultUserOperationService.getUserOperationInformation(Collection<String> scopes, String clientId, String accountId) UserOperationService.getUserOperationInformation(Collection<String> scopes, String clientId) Finds theUserOperationInformationfor the current user and the given scopes.UserOperationService.getUserOperationInformation(Collection<String> scopes, String clientId, 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) This operation is covered under the 'authentication' security filter chain and only works under session-based authentication.UserAccessController.findUserOperationsByScope(Set<String> scopes, String accountId) This operation is covered under the 'authentication' security filter chain and only works under session-based authentication.UserAccessController.resourceApiFindUserOperationsByScope(Set<String> scopes, String clientId) This operation is covered under the'resource' security filter chainand only works under bearer-token authentication.UserAccessController.resourceApiFindUserOperationsByScope(Set<String> scopes, String clientId, String accountId) This operation is covered under the'resource' security filter chainand only works under bearer-token authentication.