How do I get Security Clearance Level codes programatically with webservices?
Anyone knows if it is possible and which method to use.
Thx
I hope that someone more technical can assist with better information, but for the time being, you can find the API guide for Security Clearance on the KC
The 10.5 API guide is herehttps://knowledge.opentext.com/knowledge/piroot/llesscl/v100500/llesscl-pre/docovw.xml
The 10.2 API guide is herehttps://knowledge.opentext.com/knowledge/cs.dll/Open/24804778
Tracy
From: eLink Entry: Content Web Services Forum [mailto:otdncontentwebservices971forum@elinkkc.opentext.com]Sent: Thursday, July 17, 2014 8:01 AMTo: eLink RecipientSubject: Security Clearance Levels
Security Clearance Levels
Posted bydejan.lipovec@akademika.si (Lipovec, dejan) On 07/17/2014 07:57 AM
[To post a comment, use the normal reply function]
Forum:
Content Web Services Forum
Content Server:
Knowledge Center
I too was looking for this.
In the meantime I use SecurityClearanceClient.GetUserSec() for the admin login id.
How do you get the current security clearance level for a user?
GetUserSec returns the list of all available levels.
GetItemSec is for a node and does not work for a user.
Anyone have a solution?
"GetUserSec" is a proper method to get security clearance level for a user. If you need to get list of all levels, use a user who has the highest security level. There is a setting on the Admin page for the module, that has an impact on the list of returned codes: Enforce Security Levels and Supplemental Markings for System Administrators
Hi,
Using the GetUserSec() call returns a RMSecLevelInfo[] with the defined Security Clearance values and not the value that is set for a user. I'm I missing something here?
I would like to retrieve the Security Clearance level set for a user.
/Adam