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 UserRoleAncestryHydrationResponseUserRoleAncestryHydrationResponse. error(String errorMessage)static UserRoleAncestryHydrationResponseUserRoleAncestryHydrationResponse. 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 voidDefaultUserRoleAncestryHydrationService. 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 voidDefaultUserRoleAncestryHydrationService. markComplete(String roleIdToMarkComplete, UserRoleAncestryHydrationResponse completionResultForRole, Set<String> roleIdsToRemoveFromInProgress, Map<String,UserRoleAncestryHydrationResponse> completed)
-