Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pathob committed Nov 1, 2023
1 parent 347493f commit 35a2c39
Show file tree
Hide file tree
Showing 5 changed files with 381 additions and 132 deletions.
124 changes: 62 additions & 62 deletions index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3940,7 +3940,7 @@ endif::internal-generation[]

| permissions
|
| DirectoryInternalPermissions
| DirectoryPermissions
|
|

Expand Down Expand Up @@ -4002,67 +4002,6 @@ endif::internal-generation[]
|===


[#DirectoryInternalPermissions]
=== _DirectoryInternalPermissions_



[.fields-DirectoryInternalPermissions]
[cols="2,1,2,4,1"]
|===
| Field Name| Required| Type| Description| Format

| addGroup
|
| Boolean
|
|

| addUser
|
| Boolean
|
|

| modifyGroup
|
| Boolean
|
|

| modifyUser
|
| Boolean
|
|

| modifyGroupAttributes
|
| Boolean
|
|

| modifyUserAttributes
|
| Boolean
|
|

| removeGroup
|
| Boolean
|
|

| removeUser
|
| Boolean
|
|

|===


[#DirectoryLdapBean]
=== _DirectoryLdapBean_

Expand Down Expand Up @@ -4235,6 +4174,67 @@ endif::internal-generation[]
|===


[#DirectoryPermissions]
=== _DirectoryPermissions_



[.fields-DirectoryPermissions]
[cols="2,1,2,4,1"]
|===
| Field Name| Required| Type| Description| Format

| addGroup
|
| Boolean
|
|

| addUser
|
| Boolean
|
|

| modifyGroup
|
| Boolean
|
|

| modifyUser
|
| Boolean
|
|

| modifyGroupAttributes
|
| Boolean
|
|

| modifyUserAttributes
|
| Boolean
|
|

| removeGroup
|
| Boolean
|
|

| removeUser
|
| Boolean
|
|

|===


[#ErrorCollection]
=== _ErrorCollection_

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
</developers>

<properties>
<crowd.version>5.1.3</crowd.version>
<crowd.version>5.1.5</crowd.version>
<crowd.data.version>4.4.0</crowd.data.version>
<ajp.port>8409</ajp.port>
<amps.version>8.0.2</amps.version>
<atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>
<atlassian.spring.scanner.version>2.1.5</atlassian.spring.scanner.version>
<confapi-commons.version>0.0.34</confapi-commons.version>
<confapi-commons.version>0.1.0-SNAPSHOT</confapi-commons.version>
<plugin.testrunner.version>2.0.1</plugin.testrunner.version>
<!-- Compiler must be 8 so that the plugin can run on Crowd instances using Java 8 -->
<maven.compiler.source>8</maven.compiler.source>
Expand Down
Loading

0 comments on commit 35a2c39

Please sign in to comment.