Package org.pentaho.metadata.util

Examples of org.pentaho.metadata.util.SecurityHelper


      }
      return domain;
    }
    domain = delegate.getDomain( id );
    if ( domain != null ) {
      SecurityHelper helper = new SecurityHelper();
      domain = helper.createSecureDomain( this, domain );
      // cache domain with the key we used to look it up, not whatever new id it might have now
      if ( logger.isDebugEnabled() ) {
        logger.debug( "Caching domain by session: " + key ); //$NON-NLS-1$
      }
      cacheManager.putInRegionCache( CACHE_REGION, key, domain );
View Full Code Here

TOP

Related Classes of org.pentaho.metadata.util.SecurityHelper

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.