Uses of Class
com.broadleafcommerce.auth.security.service.hydration.UserRoleAncestryHydrationResponse
-
Uses of UserRoleAncestryHydrationResponse in com.broadleafcommerce.auth.security.service.hydration
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionprotected List<UserRoleAncestryHydrationResponse>
DefaultUserRoleAncestryHydrationService.getSuccessfulAndLogErrors
(@NonNull Map<String, UserRoleAncestryHydrationResponse> responses) A convenient method to process the response fromDefaultUserRoleAncestryHydrationService.getWithAllAncestors(Collection)
by logging errors on all roles which failed hydration and returning only the successful responses.DefaultUserRoleAncestryHydrationService.getWithAllAncestors
(Collection<UserRole> roles) UserRoleAncestryHydrationService.getWithAllAncestors
(Collection<UserRole> roles) Fetches all of the given roles' ancestors from the data store and returns a result containing them and the given roles themselves.Modifier and TypeMethodDescriptionprotected void
DefaultUserRoleAncestryHydrationService.markComplete
(String roleIdToMarkComplete, UserRoleAncestryHydrationResponse completionResultForRole, Set<String> roleIdsToRemoveFromInProgress, Map<String, UserRoleAncestryHydrationResponse> completed) Modifier and TypeMethodDescriptionprotected List<UserRoleAncestryHydrationResponse>
DefaultUserRoleAncestryHydrationService.getSuccessfulAndLogErrors
(@NonNull Map<String, UserRoleAncestryHydrationResponse> responses) A convenient method to process the response fromDefaultUserRoleAncestryHydrationService.getWithAllAncestors(Collection)
by logging errors on all roles which failed hydration and returning only the successful responses.protected void
DefaultUserRoleAncestryHydrationService.markComplete
(String roleIdToMarkComplete, UserRoleAncestryHydrationResponse completionResultForRole, Set<String> roleIdsToRemoveFromInProgress, Map<String, UserRoleAncestryHydrationResponse> completed)