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 UserOperationInformation
DefaultUserOperationService.buildUserOperationInformation
(Collection<String> scopes, Set<String> allGrantedAuthorities) Builds aUserOperationInformation
response 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 theUserOperationInformation
for the current user and the given scopes.UserOperationService.getUserOperationInformation
(Collection<String> scopes, String clientId, String accountId) Finds theUserOperationInformation
for 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 chain
and only works under bearer-token authentication.UserAccessController.resourceApiFindUserOperationsByScope
(Set<String> scopes, String clientId, String accountId) This operation is covered under the'resource' security filter chain
and only works under bearer-token authentication.