Package org.glassfish.admin.amx.intf.config

Examples of org.glassfish.admin.amx.intf.config.Config


    private SecurityService getSecurityService()
    {  
        // this is ugly, the underlying API doesn't understand that there is more than one <security-service>,
        // each with one or more <auth-realm>.  So we'll just take the first config
        final Domain domainConfig = getDomainRootProxy().child(Domain.class);
        final Config config = domainConfig.getConfigs().getConfig().values().iterator().next();
       
        return config.getSecurityService();
    }
View Full Code Here

TOP

Related Classes of org.glassfish.admin.amx.intf.config.Config

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.