Skip to content

Provide support to block authorizing/assigning scopes from a given set of API resource identifiers#8095

Open
ashanthamara wants to merge 1 commit into
wso2:masterfrom
ashanthamara:api-resource-block
Open

Provide support to block authorizing/assigning scopes from a given set of API resource identifiers#8095
ashanthamara wants to merge 1 commit into
wso2:masterfrom
ashanthamara:api-resource-block

Provide support to block authorizing/assigning scopes from a given se…

3bf1560
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / SonarCloud Code Analysis succeeded May 12, 2026 in 1m 33s

Annotations

Check warning on line 649 in components/application-mgt/org.wso2.carbon.identity.application.mgt/src/main/java/org/wso2/carbon/identity/application/mgt/dao/impl/AuthorizedAPIDAOImpl.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Replace this usage of 'Stream.collect(Collectors.toList())' with 'Stream.toList()' and ensure that the list is unmodified.

See more on https://sonarcloud.io/project/issues?id=wso2_carbon-identity-framework&issues=AZ4eV_hD1b3tRzWArDHr&open=AZ4eV_hD1b3tRzWArDHr&pullRequest=8095

Check warning on line 306 in components/role-mgt/org.wso2.carbon.identity.role.v2.mgt.core/src/main/java/org/wso2/carbon/identity/role/v2/mgt/core/dao/RoleDAOImpl.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Replace this instanceof check and cast with 'instanceof IdentityRoleManagementClientException identityrolemanagementclientexception'

See more on https://sonarcloud.io/project/issues?id=wso2_carbon-identity-framework&issues=AZ4eb5O-VwbL6j_eh_BX&open=AZ4eb5O-VwbL6j_eh_BX&pullRequest=8095

Check warning on line 3334 in components/role-mgt/org.wso2.carbon.identity.role.v2.mgt.core/src/main/java/org/wso2/carbon/identity/role/v2/mgt/core/dao/RoleDAOImpl.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Extract this nested try block into a separate method.

See more on https://sonarcloud.io/project/issues?id=wso2_carbon-identity-framework&issues=AZ4eV_nb1b3tRzWArDHs&open=AZ4eV_nb1b3tRzWArDHs&pullRequest=8095