Amoratinos commented on code in PR #2093: URL: https://github.com/apache/jackrabbit-oak/pull/2093#discussion_r2166427154
########## oak-jackrabbit-api/src/main/java/org/apache/jackrabbit/api/JackrabbitSession.java: ########## @@ -277,6 +279,15 @@ default Node getParentOrNull(@NotNull Item item) throws RepositoryException { return null; } } + + /** + * Returns the set of principals associated with this session. + * @return the set of principals associated with this session. + * @throws RepositoryException in case principal information cannot be retrieved. + * @since 1.81 + */ + @NotNull Set<Principal> getPrincipals() throws RepositoryException; Review Comment: I've created a PR changing to IllegalStateException as I cannot do it directly on jackrabbit repo I did from my fork. https://github.com/apache/jackrabbit-oak/pull/2356 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org