Description
Command line example which demonstrates security management for different collaboration objects, such as adding a member and a group to a project role, setting the access level for a role, and setting the access level on individual collaboration objects.

Security Command Line Example
Compile with all the edk jar files on the classpath
Execute with servlet.jar and all edk jar files on the classpath

Example command line:
SecurityCommandLineExample -endpoint soap_endpoint -username username -password password
View Code