Package org.jtalks.jcommune.plugin.auth.poulpe.service

Examples of org.jtalks.jcommune.plugin.auth.poulpe.service.PoulpeAuthService


            // this should be returned as a map, but this mechanism should be implemented in the plugin API first
            throw new PluginConfigurationException("Can't apply configuration: Url should not be null.");
        } else if (!validateUrl(url)) {
            throw new PluginConfigurationException("Can't apply configuration: Incorrect format for Url value.");
        }
        service = new PoulpeAuthService(url, login, password);
        pluginProperties = properties;
        return new HashMap<>();
    }
View Full Code Here

TOP

Related Classes of org.jtalks.jcommune.plugin.auth.poulpe.service.PoulpeAuthService

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.