Package org.jboss.metadata.IorSecurityConfigMetaData

Examples of org.jboss.metadata.IorSecurityConfigMetaData.SasContext


      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,
View Full Code Here

TOP

Related Classes of org.jboss.metadata.IorSecurityConfigMetaData.SasContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.