Package org.brixcms.plugin.site.auth

Examples of org.brixcms.plugin.site.auth.ConvertNodeAction


        boolean found = false;

        for (SiteNodePlugin plugin : plugins) {
            if (plugin.getConverterForNode(node) != null) {
                Action action = new ConvertNodeAction(Action.Context.ADMINISTRATION, node,
                        plugin.getNodeType());

                if (node.getBrix().getAuthorizationStrategy().isActionAuthorized(action)) {
                    found = true;
View Full Code Here

TOP

Related Classes of org.brixcms.plugin.site.auth.ConvertNodeAction

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.