Skip to content

Commit

Permalink
Merge pull request #16533 from ShanChathusanda93/org-user-invite-api-…
Browse files Browse the repository at this point in the history
…onboard-branch

Add organization user invitation APIs to the product
  • Loading branch information
ShanChathusanda93 committed Aug 28, 2023
2 parents 2ff4501 + 98b3071 commit 4b80410
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
8 changes: 8 additions & 0 deletions modules/api-resources/api-resources-full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,14 @@
<groupId>org.wso2.carbon.identity.server.api</groupId>
<artifactId>org.wso2.carbon.identity.api.server.idv.provider.common</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.server.api</groupId>
<artifactId>org.wso2.carbon.identity.api.server.organization.user.invitation.management.v1</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.server.api</groupId>
<artifactId>org.wso2.carbon.identity.api.server.organization.user.invitation.management.common</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.user.api</groupId>
<artifactId>org.wso2.carbon.identity.rest.api.user.totp.v1</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<import resource="classpath:META-INF/cxf/cors-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/user-functionality-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/rfc-server-v1-cxf.xml"/>
<import resource="classpath:META-INF/cxf/organization-user-invitation-mgt-v1-cxf.xml"/>

<!-- Legacy identity APIs -->
<import resource="classpath:META-INF/cxf/config-mgt-server-v1-cxf.xml"/>
Expand Down Expand Up @@ -111,9 +112,9 @@
<bean class="org.wso2.carbon.identity.api.server.input.validation.v1.ValidationRulesApi"/>
<bean class="org.wso2.carbon.identity.api.server.extension.management.v1.ExtensionsApi"/>
<bean class="org.wso2.carbon.identity.api.server.idv.provider.v1.IdvProvidersApi"/>

<bean class="org.wso2.carbon.identity.api.server.organization.management.v1.OrganizationsApi"/>
<bean class="org.wso2.carbon.identity.api.server.organization.role.management.v1.OrganizationsApi"/>
<bean class="org.wso2.carbon.identity.api.server.organization.user.invitation.management.v1.GuestsApi"/>
</jaxrs:serviceBeans>
<jaxrs:providers>
<bean class="com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider">
Expand Down
10 changes: 10 additions & 0 deletions modules/api-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,16 @@
<artifactId>org.wso2.carbon.identity.api.server.organization.role.management.common</artifactId>
<version>${identity.server.api.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.server.api</groupId>
<artifactId>org.wso2.carbon.identity.api.server.organization.user.invitation.management.v1</artifactId>
<version>${identity.server.api.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.server.api</groupId>
<artifactId>org.wso2.carbon.identity.api.server.organization.user.invitation.management.common</artifactId>
<version>${identity.server.api.version}</version>
</dependency>

<!-- Legacy API dependencies -->
<dependency>
Expand Down

0 comments on commit 4b80410

Please sign in to comment.