-
Notifications
You must be signed in to change notification settings - Fork 545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce B2B Organization Resource Resolver #6139
Conversation
Quality Gate passedIssues Measures |
import java.util.function.BiFunction; | ||
import java.util.function.Function; | ||
|
||
public class FirstFoundAggregationStrategy<T> implements AggregationStrategy<T> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a javadoc comment
import java.util.function.BiFunction; | ||
import java.util.function.Function; | ||
|
||
public class MergeAllAggregationStrategy<T> implements AggregationStrategy<T> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add javadoc comment
* @return Resolved resources. | ||
* @throws OrgResourceManagementException If an error occurs while retrieving the resources. | ||
*/ | ||
default <T> T getResourcesFromOrgHierarchy(String organizationId, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check if we need default
/** | ||
* Service interface for organization resource management. | ||
*/ | ||
public interface OrgResourceManagementService { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check service name
The purpose of this PR is achieved by wso2-extensions/identity-organization-management#415. Hence, closing the PR. |
Purpose