Developer documentation for labkey permission classes?

LabKey Support Forum (Inactive)
Developer documentation for labkey permission classes? tstellin  2013-12-02 05:48
Status: Closed
 
Hello,

Is there documentation for the set of permission classes org.labkey.api.security.roles.* and org.labkey.api.security.permission.*? We have some code that relies on these classes and would like to link to any documentation, if available. I tried building the labkey server javadocs but none of the javadoc pages for each class had very much description.

Thanks,
-Tobin
 
 
jeckels responded:  2013-12-02 13:05
Hi Tobin,

There aren't currently other places to look for documentation of those classes. If you have specific questions, please post them here. We'll work to respond on the forum, and get the same content worked into comments in the code itself.

Thanks,
Josh
 
tstellin responded:  2013-12-03 06:09
Thanks for the reply Josh. I actually found some documentation for roles that we could link to:

https://www.labkey.org/wiki/home/Documentation/page.view?name=permissionLevels

Though a few of the permissions themselves could use some documentation: E.g., org.labkey.api.security.permissions.ReadSomePermission.

Thanks,
-Tobin