Retrieves a property map with the given category and key. For example: // the Role has a qualification expressed by "points". So all roles have a "property" where the "points" are stored. allpoints = dirOrgRole.fetchAllPropertyValues(session : mySession, category : "1", key : "points")
| Name | Type | Description | Mode |
|---|---|---|---|
| session | Fuego.Fdi.DirectorySession | an active directory session with the directory provider | in |
| category | String | property's category | in |
| key | String | property's key | in |