Package org.apache.airavata.gfac.bes.utils

Examples of org.apache.airavata.gfac.bes.utils.StorageCreator


            userDN = "CN=zdv575, O=Ultrascan Gateway, C=DE";
        }

        String xlogin = getCNFromUserDN(userDN);
        // create storage
        StorageCreator storageCreator = new StorageCreator(secProperties, factoryUrl, 5, xlogin);

        StorageClient sc = null;
        try {
            try {
                sc = storageCreator.createStorage();
            } catch (Exception e2) {
                log.error("Cannot create storage..");
                throw new GFacProviderException("Cannot create storage..", e2);
            }
View Full Code Here

TOP

Related Classes of org.apache.airavata.gfac.bes.utils.StorageCreator

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.