attributeResource(Map< String, Object >, SecResource , String) method

If the input resource ID is recognized by this attributer, populate the supplied SecResource with attributes and/or principals as appropriate.

Syntax

boolean attributeResource ( Map< String, Object > context , SecResource resource , String id ) throws SecException

Parameters

Returns

true if the resource object was recognized and modified

Exceptions

Usage

The implementation of this method should additionally populate the resource with any resource types if it recognizes the ID.

This method is indirectly called when the CSI client calls

SecContext.getResource(String)

.

true if the resource object was recognized and modified