This is an automated email from the ASF dual-hosted git repository.
angela pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 22eb54e4f8 OAK-10256 : Principal documentation does not mention
GroupPrincipal
22eb54e4f8 is described below
commit 22eb54e4f826c9520398010b4cc3ac20b2c75511
Author: angela <[email protected]>
AuthorDate: Tue May 23 11:03:14 2023 +0200
OAK-10256 : Principal documentation does not mention GroupPrincipal
---
oak-doc/src/site/markdown/security/principal.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/oak-doc/src/site/markdown/security/principal.md
b/oak-doc/src/site/markdown/security/principal.md
index cd3da47856..29c5c6852e 100644
--- a/oak-doc/src/site/markdown/security/principal.md
+++ b/oak-doc/src/site/markdown/security/principal.md
@@ -34,12 +34,13 @@ extensions present with Jackrabbit API.
The Jackrabbit API provides support for principal management (i.e. discovery)
that
are missing in JCR. The relevant interfaces are defined in the
-`org.apache.jackrabbit.api.security.principal' package space:
+[org.apache.jackrabbit.api.security.principal](https://jackrabbit.apache.org/oak/docs/apidocs/org/apache/jackrabbit/api/security/principal/package-summary.html)
package space:
- `PrincipalManager`
- `PrincipalIterator`
- `JackrabbitPrincipal` extends
[Principal](http://docs.oracle.com/javase/7/docs/api/java/security/Principal.html)
- `ItemBasedPrincipal`
+- `GroupPrincipal` extends
[Principal](http://docs.oracle.com/javase/7/docs/api/java/security/Principal.html)
replacing the removed `java.security.acl.Group` (see
[OAK-7024](https://issues.apache.org/jira/browse/OAK-7024)).
#### Differences wrt Jackrabbit 2.x