Skip to content
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

Update connector metadata and fix build issues #64

Merged
merged 3 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions .connector-store/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,57 @@
"database"
],
"releases": [
{
"tagName": "v1.0.14",
"products": [
"MI 1.2.0",
"MI 4.2.0"
],
"operations": [
{
"name":"addEntry",
"description":"This adds new entries to ldap directory",
"isHidden":false
},
{
"name":"searchEntry",
"description":"This searches entries in ldap directory",
"isHidden":false
},
{
"name":"updateEntry",
"description":"This updates entries in ldap directory",
"isHidden":false
},
{
"name":"updateName",
"description":"This updates names in ldap directory",
"isHidden":false
},
{
"name":"deleteEntry",
"description":"This deletes entries in ldap directory",
"isHidden":false
},
{
"name":"init",
"description":"This does initialization part",
"isHidden":false
},
{
"name":"authenticate",
"description":"This does authentication of a given user",
"isHidden":false
}
],
"connections": [
{
"name": "ldap",
"description": "Connection for querying LDAP directories."
}
],
"isHidden": false
},
{
"tagName": "v1.0.13",
"products": [
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.wso2.integration.connector</groupId>
<artifactId>mi-connector-ldap</artifactId>
<packaging>jar</packaging>
<version>1.0.13</version>
<version>1.0.14-SNAPSHOT</version>
<name>WSO2 Carbon - Mediation Library Connector For LDAP</name>
<url>http://wso2.org</url>
<properties>
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/connector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
<dependency component="ldap_auth"/>
<description>LDAP connector for WSO2 ESB</description>
</component>
</connector>
<displayName>LDAP</displayName>
</connector>