Previous Topic: OpenSecurityClassListNext Topic: CloseSecurityClassList


GetSecurityClasses

This method retrieves properties of the security classes from security class list.

Parameters

xsd:string sessionId (m)

The session identifier. Session Id, obtained from the login to the webservice.

xsd:long listHandle (m)

A numeric handle to a list as returned by a previous call to OpenSecurityClassList.

xsd:long noOfSecurityclasses (m)

The total number of security classes to get from the list. This should be less than or equal to the total number in the list as returned by a previous call to OpenSecurityClassList.

dsm:ArrayOfstring securityProfileUUIDs (m)

An array of security profile UUIDs. Security classes properties will be retrieved from the list with respect to this array of security profile UUIDs.

Return Values

dsm:ArrayOfSecurityClassProperties arrOfSecurityClassesProperties

An array of SecurityClassProperties – one for each security class.

More information:

SecurityProfileSpecialPermissionFlags

SecurityClassPermissions

SecurityClassProperties

SecurityClassType

SecurityProfilePermission