Package org.jboss.as.security.service

Examples of org.jboss.as.security.service.EarJaccService


    /**
     * {@inheritDoc}
     */
    @Override
    protected JaccService<EarMetaData> createService(String contextId, EarMetaData metaData, Boolean standalone) {
        return new EarJaccService(contextId, metaData, standalone);
    }
View Full Code Here

TOP

Related Classes of org.jboss.as.security.service.EarJaccService

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.