Uses of Class
com.broadleafcommerce.auth.security.service.hydration.UserRoleAncestryHydrationResponse
-
Packages that use UserRoleAncestryHydrationResponse Package Description com.broadleafcommerce.auth.security.service.hydration -
-
Uses of UserRoleAncestryHydrationResponse in com.broadleafcommerce.auth.security.service.hydration
Methods in com.broadleafcommerce.auth.security.service.hydration that return UserRoleAncestryHydrationResponse Modifier and Type Method Description static UserRoleAncestryHydrationResponse
UserRoleAncestryHydrationResponse. error(String errorMessage)
static UserRoleAncestryHydrationResponse
UserRoleAncestryHydrationResponse. success(@NonNull List<UserRole> ancestors)
Methods in com.broadleafcommerce.auth.security.service.hydration that return types with arguments of type UserRoleAncestryHydrationResponse Modifier and Type Method Description protected 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.Map<String,UserRoleAncestryHydrationResponse>
DefaultUserRoleAncestryHydrationService. getWithAllAncestors(Collection<UserRole> roles)
Map<String,UserRoleAncestryHydrationResponse>
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.Methods in com.broadleafcommerce.auth.security.service.hydration with parameters of type UserRoleAncestryHydrationResponse Modifier and Type Method Description protected void
DefaultUserRoleAncestryHydrationService. markComplete(String roleIdToMarkComplete, UserRoleAncestryHydrationResponse completionResultForRole, Set<String> roleIdsToRemoveFromInProgress, Map<String,UserRoleAncestryHydrationResponse> completed)
Method parameters in com.broadleafcommerce.auth.security.service.hydration with type arguments of type UserRoleAncestryHydrationResponse Modifier and Type Method Description protected 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)
-