Knowledge:Script Utilities

From OpenKM Documentation
Revision as of 09:25, 10 October 2012 by Jllort (talk | contribs) (Created page with '=== Get principals === <source type="java"> import com.openkm.spring.PrincipalUtils; print(PrincipalUtils.getRoles()); </source>')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Get principals

import com.openkm.spring.PrincipalUtils;

print(PrincipalUtils.getRoles());