listResourceTypes(Map< String, Object >) method

Lists all known resource types.

Syntax

List< Named > listResourceTypes ( Map< String, Object > context ) throws SecException

Parameters

Returns

a List containing Named objects describing each resource type. The "name" in the Named object is the value

Exceptions

Usage

This method is indirectly called when the CSI client calls SecContext.listResourceTypes().

The return value for this method is a List of Named objects. The important value in the Named object is the "name", which is used as the resourceTypeName parameter in the listResources method.