ServiceConfiguration[] privilAuth = new ServiceConfiguration[0];
byte[][] supNamMechs = {};
int supIdenTypes = 0; // 0 means ITTAbsent
// the the SasContext metadata
SasContext sasMeta = metadata.getSasContext();
// if no SAS context metadata, or caller propagation is not
// supported, we return with a more or less empty sas context
if( sasMeta == null || !sasMeta.isCallerPropagationSupported() )
{
context = new SAS_ContextSec((short) support,
(short) require,
privilAuth,
supNamMechs,