Difference between revisions of "Knowledge:Script Utilities"

From OpenKM Documentation
Jump to: navigation, search
(Created page with '=== Get principals === <source type="java"> import com.openkm.spring.PrincipalUtils; print(PrincipalUtils.getRoles()); </source>')
(No difference)

Revision as of 09:25, 10 October 2012

Get principals

import com.openkm.spring.PrincipalUtils;

print(PrincipalUtils.getRoles());